I am fairly new to fink and OSX so please excuse my ignorance.

I did discover when I 'sudo gcc_select 3.3' my problem went away.

Is there a way to compile fink using gcc 4? or do I just stick with gcc
3.3 for my app?

On Tue, 28 Jun 2005 22:59:16 +1000, Martin Costabel <[EMAIL PROTECTED]>
wrote:

Daniel Zoltak wrote:
Hi guys,
 Last week I did a fresh installation of OSX 10.4.1, XCode 2.1 and Fink.
I initially installed xerces-c and tried to compile one of my in house apps that works fine in 10.3.9. The following error was generated:
 /usr/bin/ld: Undefined symbols:
typeinfo for xercesc_2_6::XMLException
typeinfo for xercesc_2_6::XMLEntityDecl
typeinfo for xercesc_2_6::SAXParseException
I then did a self update of fink and update-all and the problem went away.
 I've just reinstall XCode 2.1 and the problem has come back again.

One possible cause is that you try to link an object file that was compiled with c++-4.0 with a library compiled with c++-3.3. All the current Fink libraries are compiled with c++-3.3.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to