LAM/MPI logo

XMPI User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |  

From: Jacques C. Richard (richard_at_[hidden])
Date: 2003-05-01 11:48:00


Hi
Could you help please? This is probably minor for you but in building
xmpi on Mac OS X w/gcc 3.1. I find that installation is interrupted by
not having any object files created during the make in one case as in:
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_db_parse.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_dtprint.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_dtype.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_error.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_focus.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_help.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_kiviat.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_matrix.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_misc.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_nodes.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_pophelp.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_run.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_trace.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_tr_dump.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_tr_file.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_tr_segment.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_view.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xmpi_vendor.cc
mpiCC -DHAVE_CONFIG_H -I. -I. -I. -I../../src -I/usr/X11R6/include
-g -c xpm.cc
/bin/sh ../../libtool --mode=link mpiCC -g -o xmpi all_list.o
blktype.o getworkdir.o itoa.o lamtr_util.o stoi.o xmpi.o xmpi_about.o
xmpi_aschema.o xmpi_browse.o xmpi_copies.o xmpi_ctl.o xmpi_dbase.o
xmpi_db_int.o xmpi_db_parse.o xmpi_dtprint.o xmpi_dtype.o xmpi_error.o
xmpi_focus.o xmpi_help.o xmpi_kiviat.o xmpi_matrix.o xmpi_misc.o
xmpi_nodes.o xmpi_pophelp.o xmpi_run.o xmpi_trace.o xmpi_tr_dump.o
xmpi_tr_file.o xmpi_tr_segment.o xmpi_view.o xmpi_vendor.o xpm.o
../../src/libxmpi/libxmpi.la -L/sw/lib -L/usr/X11R6/lib -lSM -lICE
-lXm -lXt -lX11 -lm
mpiCC -g -o xmpi all_list.o blktype.o getworkdir.o itoa.o lamtr_util.o
stoi.o xmpi.o xmpi_about.o xmpi_aschema.o xmpi_browse.o xmpi_copies.o
xmpi_ctl.o xmpi_dbase.o xmpi_db_int.o xmpi_db_parse.o xmpi_dtprint.o
xmpi_dtype.o xmpi_error.o xmpi_focus.o xmpi_help.o xmpi_kiviat.o
xmpi_matrix.o xmpi_misc.o xmpi_nodes.o xmpi_pophelp.o xmpi_run.o
xmpi_trace.o xmpi_tr_dump.o xmpi_tr_file.o xmpi_tr_segment.o
xmpi_view.o xmpi_vendor.o xpm.o ../../src/libxmpi/.libs/libxmpi.a
-L/sw/lib -L/usr/X11R6/lib -lSM -lICE -lXm -lXt -lX11 -lm
cc: all_list.o: No such file or directory
cc: blktype.o: No such file or directory
cc: getworkdir.o: No such file or directory
cc: itoa.o: No such file or directory
cc: lamtr_util.o: No such file or directory
cc: stoi.o: No such file or directory
cc: xmpi.o: No such file or directory
cc: xmpi_about.o: No such file or directory
cc: xmpi_aschema.o: No such file or directory
cc: xmpi_browse.o: No such file or directory
cc: xmpi_copies.o: No such file or directory
cc: xmpi_ctl.o: No such file or directory
cc: xmpi_dbase.o: No such file or directory
cc: xmpi_db_int.o: No such file or directory
cc: xmpi_db_parse.o: No such file or directory
cc: xmpi_dtprint.o: No such file or directory
cc: xmpi_dtype.o: No such file or directory
cc: xmpi_error.o: No such file or directory
cc: xmpi_focus.o: No such file or directory
cc: xmpi_help.o: No such file or directory
cc: xmpi_kiviat.o: No such file or directory
cc: xmpi_matrix.o: No such file or directory
cc: xmpi_misc.o: No such file or directory
cc: xmpi_nodes.o: No such file or directory
cc: xmpi_pophelp.o: No such file or directory
cc: xmpi_run.o: No such file or directory
cc: xmpi_trace.o: No such file or directory
cc: xmpi_tr_dump.o: No such file or directory
cc: xmpi_tr_file.o: No such file or directory
cc: xmpi_tr_segment.o: No such file or directory
cc: xmpi_view.o: No such file or directory
cc: xmpi_vendor.o: No such file or directory
cc: xpm.o: No such file or directory
make[2]: *** [xmpi] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
[mach:/usr/local/xmpi-2.2.3b6]