Thanks for the info Martin and Peter, Yes, I'm using the Apr 02 Dev Tools. So is this particular problem a Fink (ie. glib) issue or a Dev Tool issue? I take it that the best thing to do is to install as much as possible with gcc3 but when something breaks to go back and try gcc2 (using gcc_select). This shouldn't be a problem except for maybe qt3 because the code I'm porting not only requires qt3 but also gcc3. I'll have to keep my fingers crossed when it comes to this one. From what I've read and my (limited) understanding a shared library compiled (C++ code) with gcc2 won't work with code and libraries compiled with gcc3.
Thanks for your help guys. Continuing on... Jeff > ---------- > From: Peter O'Gorman > Sent: Tuesday, May 21, 2002 10:25 AM > To: Martin Costabel > Cc: Hester, Jeffrey W.; '[EMAIL PROTECTED]' > Subject: Re: [Fink-users] fink install glib (failed) > > > On Wednesday, May 22, 2002, at 12:15 AM, Martin Costabel wrote: > > > "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? > > > > Yes indeed, he is using gcc3 from the april dev tools. > > Need to run "gcc_select 2" to get any packages which make > loadable bundles to build at the moment. > > Peter > > _______________________________________________________________ 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
