Hello, Is there a mean to build ports for x86_64 architectures and i386 ones together? If not, how to specify macports to build ports with the option "-arch x86_64"? Indeed, for some ports a "universal" variant exists, but it seems to be only for ppc and i386 architectures. Thank you in advance for your help. Sincerely, François Sausset
Salut François, On Dec 14, 2007, at 4:26 PM, François Sausset wrote:
Hello,
Is there a mean to build ports for x86_64 architectures and i386 ones together? If not, how to specify macports to build ports with the option "- arch x86_64"?
Indeed, for some ports a "universal" variant exists, but it seems to be only for ppc and i386 architectures.
we're currently working on this; I suppose we'll make the "universal" builds 4-way universal (ppc, ppc64, i386, x86_64) in some future release. Until then you can hack $prefix/share/macports/Tcl/port1.0/ portconfigure.tcl and replace all occurences of "-arch ppc -arch i386" with your choice of "universalness", e.g. "-arch i386 -arch x86_64 - arch ppc -arch ppc64" for all available architectures. Regards, -Markus -- Dipl. Inf. (FH) Markus W. Weissmann http://www.macports.org/ http://www.mweissmann.de/
Hi, At 17:12 +0100 on 2007-12-14 Markus Weissmann wrote:
we're currently working on this; I suppose we'll make the "universal" builds 4-way universal (ppc, ppc64, i386, x86_64) in some future release.
It would also make sense to allow for x86_64 versions only, no? I am personally not interested in universal versions, but I am mildly interested in having a 64-bit environment. Cheers, Stefan -- If it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic. --Lewis Carroll, Through the Looking-Glass
participants (3)
-
François Sausset
-
Markus Weissmann
-
Stefan Bruda