instructions to get Globut 2.4.3 to build on OS X without fink

Ivan R. Judson judson at mcs.anl.gov
Fri Jul 9 06:49:50 CDT 2004


The following things must be done (and can't be done entirely beforehand) to make this work:

#1:   $GLOBUS_LOCATION/sbin/libtool-$FLAVOR

Change:
allow_undefined_flag="-flat_namespace -undefined suppress"
To:
allow_undefined_flag="-undefined dynamic_lookup"

And set env var: MACOSX_DEPLOYMENT_TARGET=10.3

#2:   $GLOBUS_LOCATION/libexec/globus-build-$FLAVOR.sh

CPPFLAGS=" -I/opt/gt-3.0.2/include -I/opt/gt-3.0.2/include/gcc32dbg -no-cpp-precomp -DHAVE_NETDB_H -DHAVE_SYS_SOCKET_H -DBIND_8_COMPAT"

and remove all occurances of /sw/*, either -I or -L

--Ivan




More information about the ag-dev mailing list