On 04 Jan 2008, at 21:45, Dominique Dhumieres wrote:

> Jean François,
>
> Sorry for the bad news but 1002 fails on G4 OSX 10.4.11 with:
>
> ...
> /bin/sh ../libtool --tag=CXX --mode=link g++  -g -O2  -L/sw/lib/ 
> python2.5/config -Wl,-x,-dead_strip -o wxwidgets.la  -rpath /sw/lib/ 
> plplot5.8.0/driversd -no-undefined -module -avoid-version -L/sw/lib/ 
> freetype219/lib -lfreetype ../src/libplplotd.la -framework  
> QuickTime -framework IOKit -framework Carbon -framework Cocoa - 
> framework System  -lwx_macud-2.5   wxwidgets.lo  -lm
> g++  -o .libs/wxwidgets.so -bundle  .libs/wxwidgets.o  -L/sw/lib/ 
> python2.5/config -L/sw/lib/freetype219/lib /sw/lib/freetype219/lib/ 
> libfreetype.dylib -L/sw/lib ../src/.libs/libplplotd.dylib /sw/src/ 
> fink.build/plplot-5.8.0-1002/plplot-5.8.0/lib/csa/.libs/ 
> libcsirocsa.dylib /sw/src/fink.build/plplot-5.8.0-1002/plplot-5.8.0/ 
> lib/nn/.libs/libcsironn.dylib /sw/lib/libltdl.dylib -lwx_macud-2.5 - 
> lm -Wl,-x -Wl,-dead_strip -framework QuickTime -framework IOKit - 
> framework Carbon -framework Cocoa -framework System
> /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
> typeinfo for wxListBase
> typeinfo for wxApp
> typeinfo for wxFrame
> typeinfo for wxDialog
> typeinfo for wxObject
> typeinfo for wxThread
> typeinfo for wxWindow
> collect2: ld returned 1 exit status
>

I'm on 10.4.11 too, and the exact same command line gives no trouble !

I find all those symbols _ as "(__DATA,__const_coal) weak external " _
in the output of :

# nm -m /usr/lib/libwx_macud-2.5.dylib|fgrep 'wxListBase
wxApp
wxFrame
wxDialog
wxObject
wxThread
wxWindow'|c++filt|fgrep 'typeinfo for'

and, given the link command, they must be found there..

What does this command give for you ?
Also, do you get :

# ls -l /usr/lib/libwx_macud-2.5.*.dylib
-rwxr-xr-x 1 root wheel 11960372 Dec 24 18:44 /usr/lib/ 
libwx_macud-2.5.3.0.0.dylib
lrwxr-xr-x 1 root wheel       27 Feb 14  2006 /usr/lib/ 
libwx_macud-2.5.3.dylib -> libwx_macud-2.5.3.0.0.dylib

(date is probably meaningless)

JF


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to