Re: [Fink-devel] dealing with libtool 1.4a

2002-04-11 Thread Justin Hallett
install libtool14 from unstable copy the /sw/share/libtool/ltmain.sh to the build dir and edit the VERSION tag in ltmain.sh to be 1.4a or do a diff on them.. [EMAIL PROTECTED] writes: >Anyway, pspell comes with libtool 1.4a (VERSION=1.4a in ltmain.sh). The >source package has both ltmain.sh and l

Re: [Fink-devel] Problem with dmsym and exported symbols

2002-04-11 Thread Peter O'Gorman
This has come up a lot recently, but to answer your questions: 1 - All exported symbols on mac os x have an underscore, but mac osx is not alone in this, it is not a bug, it is just different to elf 2 - There is no such link option 3 - It is not the job of dlsym to add an underscore, platform i

[Fink-devel] Problem with dmsym and exported symbols

2002-04-11 Thread Stephane Letz
Hi, I'm porting code that use dlopen and dlsym to load plug-ins. I'm using the stable dlcompat library published by the Fink project. The dlsym code can not correctly load exported symbols with an underscore and I am a bit confused about that. - are exported symbols in a bundle always with a