On Jun 14, 2009, at 10:45 AM, Ebrahim Mayat wrote:


On Sunday, June 14, 2009, at 06:55AM, "Monic Polynomial" <moni...@gmx.com > wrote:

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.

Many thanks Monic for the URLs.

For building universal binaries of command-line programs you could try using

"CFLAGS= -arch ppc -arch i386 -isysroot /Developer/SDKs/ MacOSX10.4u.sdk" --host=i386-apple-darwinx.x.x --disable-dependency- tracking

You also need to set LDFLAGS="-arch ppc -arch i386 -Wl,syslibroot,/ Developer/SDKs/MacOSX10.4u.sdk"

Note that this will work for most autotools-using packages, but not all. If a package doesn't use autotools, all bets are off.

Daniel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
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
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to