[Pythonmac-SIG] ANN: ActivePython 2.4.2.10 is now available

Kevin Ollivier kevino at theolliviers.com
Wed Jan 25 18:13:45 CET 2006


Hi Bear,

On Jan 24, 2006, at 9:55 PM, bear wrote:

[snip]

> The --prefix option will tell configure where to place the files so  
> you
> don't overwrite your current python.
>
> I am looking forward to seeing what the UB related options are -  
> when I
> have tried the ones mentioned in the Tech Notes (CFLAGS= -isysroot
> /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 and LDFLAGS=
> -isysroot /Developer/SDKs/MacOSX10.4u.sdk
> -syslibroot,/Developer/SDKs/MacOSX10.4u.sdk) I end up with odd ld  
> errors.

Take out the -syslibroot part (which is only needed for libtool,  
IIUC) and make sure the "-arch ppc -arch i386" bit is in LDFLAGS as  
well. That's how I got wxWidgets building Universal binaries. :-)

Thanks,

Kevin


More information about the Pythonmac-SIG mailing list