"Hester, Jeffrey W." wrote: > gcc -bundle -flat_namespace -undefined suppress -o .libs/libgplugin_a.so > libgplugin_a.lo -L/sw/lib -ldl -lc -install_name /sw/lib/libgplugin_a.so > ld: -i argument: nstall_name must have a ':' between it's symbol names
Something wrong with your toolchain. The -install_name flag should be handed down to /usr/bin/libtool. Are your ld, libtool, gcc executables all situated in /usr/bin (and gcc a link to /usr/bin/cc) and not in /usr/local/bin or somewhere else, and are they from December 2001 or later? Which version of gcc? -- Martin _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
