On Feb 11, 2007, at 5:37 PM, james tittle wrote:
...this may be a naive question, but since there are both ppc and x86
versions of fink, is it possible to create a universal binary of a
library, given that there are similar versions for both
architectures?  If so, anyone have pointers on making it super-easy?

There's no good, consistent way to make universal binaries for configure/make projects. Sometimes you can use CFLAGS="-arch ppc - arch i386", but that will fail if configure should give different results on each platform (eg: if it tests for endianness). Other times you can compile once per arch, but this only works if the configure script properly supports cross-compilation, which is often not the case.

Dave

Attachment: PGP.sig
Description: This is a digitally signed message part

-------------------------------------------------------------------------
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