LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Brian Barrett (brbarret_at_[hidden])
Date: 2003-11-21 19:02:00


Are you sure this is the output from the config.log you sent? The
config.log you sent was from a successful configure on a OS X machine.
 From the output below, it looks like your system is not all in one
piece - the command whoami, which should really be installed, wasn't in
your PATH. If other similar commands are not found, this could cause
problems.

Anyway, we will be able to help more with the config.log from the
Solaris machine.

Thanks,

Brian

On Nov 19, 2003, at 9:34 AM, John Korah wrote:

> I forgot to send my config command results.
> Here it is
>
>
> $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
> # ./configure --prefix=/guest/LAM --with-threads=posix
>
> =======================================================================
> =====
> == Configuring LAM version 7.0.3
> =======================================================================
> =====
>
> *** Initialization, setup
> checking for a BSD-compatible install...
> ./config/install-sh -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking build system type... sparc-sun-solaris2.9
> ./configure: whoami: command not found
> checking host system type... sparc-sun-solaris2.9
> installing to directory "/guest/LAM"
>
> *** C Compiler and preprocessor
> checking if want debugging output support... no
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler...
> yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none
> needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking whether gcc needs -traditional... no
> checking for AIX... no
> checking if need special C compiler/linker flags...
> none needed
> checking for C optimization flags... -O3
> checking whether the C compiler (gcc -O3 ) accepts
> ANSI prototypes... yes
> checking for type int2... no
> checking for type uint2... no
> checking for type int4... no
> checking for type uint4... no
> checking for type int8... no
> checking for type uint8... no
> checking for type float4... no
> checking for type float8... no
> checking size of char... 1
> checking size of short... 2
> checking size of wchar_t... 4
> checking size of int... 4
> checking size of long... 4
> checking size of long long... 8
> checking size of float... 4
> checking size of double... 8
> checking size of long double... 16
> checking size of void *... 4
> checking alignment of char... 1
> checking alignment of short... 2
> checking alignment of wchar_t... 4
> checking alignment of int... 4
> checking alignment of long... 4
> checking alignment of long long... 8
> checking alignment of float... 4
> checking alignment of double... 8
> checking alignment of long double... 8
> checking alignment of void *... 4
>
> *** C++ Compiler and preprocessor
> checking for g++... g++
> checking whether we are using the GNU C++ compiler...
> yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking how to run the C++ preprocessor... g++ -E
> checking if want C++ exception handling... no
> checking whether g++ has new(std::nothrow)... yes
> checking for C++ template repository directory... not
> used
> checking for C++ compiler template parameters... none
> needed
> checking for type bool... yes
> checking for true/false... yes
> checking for ANSI C header files... no
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... no
> checking for unistd.h... yes
> checking map usability... yes
> checking map presence... yes
> checking for map... yes
> checking for C++ optimization flags... -O3
> checking size of bool... -1
> configure: WARNING: *** Problem running configure
> test!
> configure: WARNING: *** See config.log for details.
> configure: error: *** Cannot continue.
> # ./configure --prefix=/guest/LAM
> --with-threads=solaris
>
> =======================================================================
> =====
> == Configuring LAM version 7.0.3
> =======================================================================
> =====
>
> *** Initialization, setup
> checking for a BSD-compatible install...
> ./config/install-sh -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking build system type... sparc-sun-solaris2.9
> ./configure: whoami: command not found
> checking host system type... sparc-sun-solaris2.9
> installing to directory "/guest/LAM"
>
> *** C Compiler and preprocessor
> checking if want debugging output support... no
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler...
> yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none
> needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking whether gcc needs -traditional... no
> checking for AIX... no
> checking if need special C compiler/linker flags...
> none needed
> checking for C optimization flags... -O3
> checking whether the C compiler (gcc -O3 ) accepts
> ANSI prototypes... yes
> checking for type int2... no
> checking for type uint2... no
> checking for type int4... no
> checking for type uint4... no
> checking for type int8... no
> checking for type uint8... no
> checking for type float4... no
> checking for type float8... no
> checking size of char... 1
> checking size of short... 2
> checking size of wchar_t... 4
> checking size of int... 4
> checking size of long... 4
> checking size of long long... 8
> checking size of float... 4
> checking size of double... 8
> checking size of long double... 16
> checking size of void *... 4
> checking alignment of char... 1
> checking alignment of short... 2
> checking alignment of wchar_t... 4
> checking alignment of int... 4
> checking alignment of long... 4
> checking alignment of long long... 8
> checking alignment of float... 4
> checking alignment of double... 8
> checking alignment of long double... 8
> checking alignment of void *... 4
>
> *** C++ Compiler and preprocessor
> checking for g++... g++
> checking whether we are using the GNU C++ compiler...
> yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking how to run the C++ preprocessor... g++ -E
> checking if want C++ exception handling... no
> checking whether g++ has new(std::nothrow)... yes
> checking for C++ template repository directory... not
> used
> checking for C++ compiler template parameters... none
> needed
> checking for type bool... yes
> checking for true/false... yes
> checking for ANSI C header files... no
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... no
> checking for unistd.h... yes
> checking map usability... yes
> checking map presence... yes
> checking for map... yes
> checking for C++ optimization flags... -O3
> checking size of bool... -1
> configure: WARNING: *** Problem running configure
> test!
> configure: WARNING: *** See config.log for details.
> configure: error: *** Cannot continue.
> $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$44
> Thanks Again
> john
> --- John Korah <j_korah_at_[hidden]> wrote:
>> Thanks for replying ..
>> I have attached my config.log file
>> john
>>
>> --- Shashwat Srivastav <ssrivast_at_[hidden]> wrote:
>>> Hi,
>>>
>>> Its difficult to tell what the problem is, without
>>> additional
>>> information. Can you send us full output of
>>> configure command and
>>> config.log file in the LAM source directory, after
>>> you ran the
>>> configure command.
>>>
>>> Thanks.
>>> --
>>> Shashwat Srivastav
>>> LAM / MPI Developer (http://www.lam-mpi.org)
>>> Indiana University
>>> http://www.cs.indiana.edu/~ssrivast
>>>
>
>
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>

-- 
   Brian Barrett
   LAM/MPI developer and all around nice guy
   Have a LAM/MPI day: http://www.lam-mpi.org/