On 14/06/2009, at 10:20, Ebrahim Mayat wrote:
> In my Xcode project I need to link to the universal binary version of
> "libsndfile.a" or even perhaps libsndfile.1.dylib. I figured one way
> could be to use "apt-get " to fetch the libraries from the different
> architectures and the stitch them together using "lipo". Only problem
> is how could I fetch the respective libraries from the architectures
> (i386 and possibly x86_64) that are not native to my ppc machine. This
> will save me lots of time from having to first compile the universal
> library versions of the dependencies of libsndfile1 before I could
> make the universal binary version of libsndfile1.


I'm clueless about building universal libraries. That said, the  
following describes how to obtain and extract binary packages.

You may download Fink's binary packages for 10.5 stable from

http://bindist.finkmirrors.net/bindist/dists/10.5/

You may extract the contents of a .deb file with dpkg-deb:

dpkg-deb --extract package.deb destinationdirectory

Warning: the instructions below use *unofficial* binary distributions  
that are not supported by the Fink project itself.

Todai's binary packages for 10.5 i386 unstable are available in

http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.5/dists/unstable/main/binary-darwin-i386/

Todai doesn't build x86_64 binary packages yet. Scott does but his  
selection of binary packages are mostly for scientific computing and  
he hasn't provided a libsndfile1-shlibs binary package.

Warning: the instructions above use *unofficial* binary distributions  
that are not supported by the Fink project itself.


Cheers,

--
monipol


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to