Hi,

I am compiling one of our applications on my Mac and encounter weird
things concerning dyld library versions, at the moment with libpng.3.dylib
in particular.

When I try to execute my application it says libpng provides version 3
whereas version 16 is expected. As output I get:

zoe:/trunk marc$ ./render
dyld: Library not loaded: /sw/lib/libpng.3.dylib
  Referenced from: /trunk/./render
  Reason: Incompatible library version: render requires version 16.0.0 or 
later, butlibpng.3.dylib provides version 3.0.0
Trace/BPT trap

However if I inspect the render executable via otool -L in order to explicitly
check the versions of the libraries, I get the coherent answer that libpng is
version 16. Output is:

zoe:/trunk marc$ otool -L render
render:
[..]
        /sw/lib/libpng.3.dylib (compatibility version 16.0.0, current version 
16.0.0)
[..]

What am i missing?

Thanks in advance,
  Marc Baaden

-- 
 Dr. Marc Baaden  - Institut de Biologie Physico-Chimique, Paris
 mailto:[EMAIL PROTECTED]      -      http://www.baaden.ibpc.fr
 FAX: +33 15841 5026  -  Tel: +33 15841 5176  ou  +33 609 843217



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to