On Thu, 9 Oct 2003, harshu wrote:
> FOllowing members suggestions I tried to compile 7.0.2 version. And I
> get these errors. Me being a novice can't quite follow what it means. I
> have attached config.log and the error message.
Something is very fishy here -- the same compilation options work fine in
previous directories, but then fail in the first file in share/etc. You
might want to cd into share/etc and copy-n-paste the following command and
tweak it to see why it's failing. I can't believe that the real error is
that -c and -o can't be used together (because they work fine together in
previous directories).
This is from your logfile:
gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include \
-DLAM_SYSCONFDIR=\"/usr/etc\" \
-DLAM_PREFIX=\"/usr\" -DLAM_CONFIGURE_USER=\"harshu\" \
-DLAM_CONFIGURE_HOST=\"dummy.host\" \
"-DLAM_CONFIGURE_DATE=\"Thu Oct 9 17:31:22 EDT 2003\"" \
-I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 \
-O3 -pthread -c T.c -Wp,-MD,.deps/T.TPlo -o T.o
What happens if you run this manually?
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|