On Wed, Feb 22, 2006 at 10:58:49PM -0500, S?bastien Maret wrote: > For the records: as discussed on #fink, fltk-x11-1.1.6-11.1 fails to > compiles on 10.4 (no trans) with the following error: > > gcc -single_module -dynamiclib -lc -o libfltk.1.1.dylib \ > -install_name /sw/src/fink.build/root-fltk-x11-1.1.6-11.1/sw/ > lib/libfltk.1.1.dylib \ > -current_version 1.1.4 \ > -compatibility_version 1.1.0 \ > Fl.o Fl_Adjuster.o Fl_Bitmap.o Fl_Browser.o Fl_Browser_.o [snip long list of .o] > vsnprintf.o -L/usr/X11R6/lib -L/sw/lib -lXft -lXext -lX11 > ld: Undefined symbols: > __ZdaPv > __ZdlPv > __Znam > __Znwm > __ZTVN10__cxxabiv120__si_class_type_infoE > ___cxa_pure_virtual > __ZTVN10__cxxabiv117__class_type_infoE > _FcFontSetDestroy > _FcPatternGetDouble > /usr/bin/libtool: internal link edit command failed > make[1]: *** [libfltk.1.1.dylib] Error 1 > > The last command is g++ on 10.3 and not gcc. For some reason, CXX > appears to be incorrectly defined as gcc on 10.4-trans.
I assume "10.4 no trans"? Upstream declares CXX=$CC, which only bites us in 10.4 no-trans 10.4-trans over-rides the internal CXX definition). New .patch committed to fix it (I think). dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
