Alan wrote: > Hi there, > > I am trying to create python26 fink package with support for 64-bits.
The Fink python26 package is already prepared for 64bit support. If your Fink is bootstrapped as x86_64, it will build for x86_64, otherwise it will build for a 32bit architecture. > I tried 2 things in python26.info: > > 1) ConfigureParams: --enable-shared --with-universal-archs=all > > 2) ConfigureParams: --enable-shared --with-universal-archs=64-bit Fink doesn't do universal. You have to choose between 32bit and 64bit (or to hack your own universal-build info files, but then you are on your own; there is no general recipe.) -- Martin ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
