On Apr 7, 2008, at 5:29 PM, Benjamin Reed wrote:

out of curiosity, what does "otool -hv /sw/lib/liblpsolve55j.jnilib"
print?

$ otool -L /sw/lib/liblpsolve55j.jnilib
/sw/lib/liblpsolve55j.jnilib:
liblpsolve55j.jnilib (compatibility version 5.5.0, current version 5.5.0) /sw/lib/liblpsolve.5.5.dylib (compatibility version 5.5.0, current version 5.5.11) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

It should say it's of filetype BUNDLE instead of filetype DYLIB,
in which case I don't think it could have a pathless otool line.

If that is the case, you'll need to patch the package to make a bundle
(by adding -module to the LDFLAGS if it uses libtool).

Apparently it doesn't say either one. Do I still need to patch something?

Trevor

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
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

Reply via email to