On Feb 1, 2005, at 1:29 PM, Yu Chen wrote:
> Now everything passed(configure, make, make -k test). But when I
> looked at config.log, I saw some 'compilation aborted for conftest.c
> (code 2)' (and conftest.cc, conftest.F) errors. One of them is like
> this:
> ----------------------------------------------------------------------
> configure:2719: result: none needed
> configure:2737: mpicc -c -g -O2 conftest.c >&5
> conftest.c(2): error: identifier "choke" is undefined
> choke me
> ^
>
> conftest.c(3): error: expected a ";"
>
> compilation aborted for conftest.c (code 2)
> configure:2743: $? = 2
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
> -------------------------------------------------
>
> Does this matter? Since ALL tests have been passed.
Not a problem at all. Configure tests a bunch of stuff to make sure
your compiler is behaving properly. Some of the tests are to make sure
that the compiler fails when it should - this is just one of those
cases.
If the LAM test suite passed, you should be good to go.
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|