[Pythonmac-SIG] Problems building 2.3.5 source on MacOS X Tiger

2005-07-23 Thread Bill Northcott
I am trying to build Python 2.3.5 sources on MacOS X 10.4.2 using gcc-4. My reason for doing this is to get a Tkinter linked against Tk X11 including BLT. I ran into considerable problems with the main link which is Makefile.pre.in:370-371 which reads libtool -o $(LDLIBRARY) -dynamic $(O

Re: [Pythonmac-SIG] Problems building 2.3.5 source on MacOS X Tiger

2005-07-23 Thread Bob Ippolito
On Jul 23, 2005, at 7:35 PM, Bill Northcott wrote: > I am trying to build Python 2.3.5 sources on MacOS X 10.4.2 using > gcc-4. I think you should try it with gcc 3.3 instead. -bob ___ Pythonmac-SIG maillist - [email protected] http://mail

Re: [Pythonmac-SIG] Problems building 2.3.5 source on MacOS X Tiger

2005-07-23 Thread Bill Northcott
On 24/07/2005, at 4:01 PM, Bob Ippolito wrote: >> I am trying to build Python 2.3.5 sources on MacOS X 10.4.2 using >> gcc-4. >> > > I think you should try it with gcc 3.3 instead. I am well aware that it work better with gcc-3.3. However, gcc-4 is the default compiler for Tiger and the Makef

Re: [Pythonmac-SIG] Problems building 2.3.5 source on MacOS X Tiger

2005-07-23 Thread Bob Ippolito
On Jul 23, 2005, at 8:11 PM, Bill Northcott wrote: > On 24/07/2005, at 4:01 PM, Bob Ippolito wrote: > >>> I am trying to build Python 2.3.5 sources on MacOS X 10.4.2 using >>> gcc-4. >>> >>> >> >> I think you should try it with gcc 3.3 instead. >> > > I am well aware that it work better with gcc-