On Mon, Dec 19, 2005 at 12:49:53AM +0000, Murali Vadivelu wrote: > /bin/sh ../libtool --silent --tag=CXX --mode=link g++-3.3 -Wnon- > virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite- > strings -O3 -fno-check-new -fno-common -Wl,-flat_namespace -Wl,- > multiply_defined,suppress -L/sw/lib -o LabPlot -lkdeui -lgsl - > lgslcblas -ljasper `Magick++-config --ldflags --libs` -lnetcdf - > laudiofile -lGL -lGLU ../qwtplot3d/libLabPlotqwtplot3d.la -lkdeprint > -lkparts -L/usr/X11R6/lib -L/sw/lib -lstdc++ -ltiff ../libundo/ > libLabPlotlibundo.la LabPlot.o LabPlotSplash.o libLabPlot.la ../ > cephes/libLabPlotcephes.la ../liborigin/liborigin.la > > *** Warning: Linking the executable LabPlot against the loadable module > *** libLabPlot.so is not portable! > ** Warning, lib libLabPlot.so is a module, not a shared library > ld: Undefined symbols: > __ZThn40_N5Qwt3D11SurfacePlot13setResolutionEi
Are you doing this build manually or as part of a fink package? Which OS X version? I'm guessing "manually" and "10.4" and that you didn't remember that C++ libraries from the 10.4-transitional tree can only be used by C++ if you "sudo gcc_select 3.3" to get the matching ABI. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
