On May 3, 2008, at 7:58 PM, Daniel Macks wrote: > On Sat, May 03, 2008 at 07:57:30PM -0400, Alexander Hansen wrote: >> On May 3, 2008, at 7:53 PM, Jean-Fran?ois Mertens wrote: >>> On 04 May 2008, at 01:46, Alexander Hansen wrote: >>> >>>> otool -L /sw/lib/libggi.2.dylib >>> >>> I don't get this here _ this is from a build before >>> Martin's patch (was waiting for "make" to be done >>> during the CompileScript), but since I'm on 10.4 >>> his fix shouldn't anyway change anything..) >>> >>> # otool -L /sw/lib/libggi.2.dylib >>> /sw/lib/libggi.2.dylib: >>> /sw/lib/libggi.2.dylib (compatibility version 3.0.0, current >>> version 3.1.0) >> >> Hmm...I got it on two separate 10.5 Fink trees. > > akh, could we see your libtool and gcc calls that build this lib? > > dan > -- > Daniel Macks > [EMAIL PROTECTED] > http://www.netspace.org/~dmacks >
This from my /sw2 tree, which had the same issue: ... gcc -dynamiclib -o .libs/libggi.2.0.1.dylib db.lo dl.lo events.lo gc.lo init.lo internal.lo mode.lo stubs.lo visual.lo unix.lo -L/sw2/ lib /sw2/lib/libgii.dylib /sw2/lib/libgg.dylib -lc -install_name /sw2/ lib/libggi.2.dylib -compatibility_version 3 -current_version 3.1 (cd .libs && rm -f libggi.2.dylib && ln -s libggi.2.0.1.dylib libggi. 2.dylib) (cd .libs && rm -f libggi.dylib && ln -s libggi.2.0.1.dylib libggi.dylib) creating libggi.la (cd .libs && rm -f libggi.la && ln -s ../libggi.la libggi.la) Making all in display Making all in common make[3]: Nothing to be done for `all'. .... gcc -dynamiclib -o .libs/libggi.2.0.1.dylib db.lo dl.lo events.lo gc.lo init.lo internal.lo mode.lo stubs.lo visual.lo unix.lo -L/sw2/ lib /sw2/lib/libgii.dylib /sw2/lib/libgg.dylib -lc -install_name /sw2/ src/fink.build/root-libggi2-2.0.1-1012/sw2/lib/libggi.2.dylib - compatibility_version 3 -current_version 3.1 (cd .libs && rm -f libggi.2.dylib && ln -s libggi.2.0.1.dylib libggi. 2.dylib) (cd .libs && rm -f libggi.dylib && ln -s libggi.2.0.1.dylib libggi.dylib) creating libggi.la (cd .libs && rm -f libggi.la && ln -s ../libggi.la libggi.la) ... ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel