Hi, I am trying to install gridftp with udt on Teragrid Ember which is an SGI Altix system. I set the environment variables accordingly:
setenv CC gcc setenv CXX g++ LDFLAGS -lmpi ./configure --prefix=$GLOBUS_LOCATION --with-flavor=mpicc64 When I say : make gridftp udt I get the following errors: make[3]: Entering directory `/gpfs1/u/ac/esma/gt5.0.3-all-source-installer/source-trees-t hr/xio/external_libs/udt/udt4/src' /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I. -I.. -I ../src -DLINUX -DAMD64 -I/gpfs1/u/ac/esma/globus-5.0.3/include -I/gpfs1/u/ac/esma/globus -5.0.3/include/mpicc64pthr -O -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c pp ../libtool: line 656: X--tag=CXX: command not found ../libtool: line 689: libtool: ignoring unknown tag : command not found ../libtool: line 656: X--mode=compile: command not found ../libtool: line 806: *** Warning: inferring the mode of operation is deprecated.: comman d not found ../libtool: line 807: *** Future versions of Libtool will require -mode=MODE be specified .: command not found ../libtool: line 950: X/usr/bin/g++: No such file or directory ../libtool: line 950: X-DHAVE_CONFIG_H: command not found ../libtool: line 950: X-I.: command not found ../libtool: line 950: X-I..: command not found ../libtool: line 950: X-I: command not found ../libtool: line 950: X../src: No such file or directory ../libtool: line 950: X-DLINUX: command not found ../libtool: line 950: X-DAMD64: command not found ../libtool: line 950: X-I/gpfs1/u/ac/esma/globus-5.0.3/include: No such file or directory ../libtool: line 950: X-I/gpfs1/u/ac/esma/globus-5.0.3/include/mpicc64pthr: No such file or directory ../libtool: line 950: X-O: command not found ../libtool: line 950: X-MT: command not found ../libtool: line 950: Xapi.lo: command not found ../libtool: line 950: X-MD: command not found ../libtool: line 950: X-MP: command not found ../libtool: line 950: X-MF: command not found ../libtool: line 950: X.deps/api.Tpo: No such file or directory ../libtool: line 950: X-c: command not found ../libtool: line 998: Xapi.lo: command not found Is there anything I am missing? I also tried the intel compiler options but they gave compilation errors.
