gcc-4.3.3 problem

2008-11-16 Thread Robin Becker
I'm trying to run some benchmarks for a modified version of Python 2.5.2, unfortunately the modification requires a newer version of GCC so I have installed gcc version 4.3.3 from ports. When I try to run my make command I'm seeing this error *** WARNING: renaming _codecs_hk since importing

Re: gcc-4.3.3 problem

2008-11-16 Thread Robin Becker
Robin Becker wrote: I'm trying to run some benchmarks for a modified version of Python 2.5.2, unfortunately the modification requires a newer version of GCC so I have installed gcc version 4.3.3 from ports. When I try to run my make command I'm seeing this error *** WARNING: renaming

Re: gcc-4.3.3 problem

2008-11-16 Thread Jeremy Chadwick
On Sun, Nov 16, 2008 at 12:17:32PM +, Robin Becker wrote: Robin Becker wrote: I'm trying to run some benchmarks for a modified version of Python 2.5.2, unfortunately the modification requires a newer version of GCC so I have installed gcc version 4.3.3 from ports. When I try to run my

Re: gcc-4.3.3 problem

2008-11-16 Thread Robin Becker
Jeremy Chadwick wrote: . Is there some way to make these libraries available without this? I think this is just a question of adding /usr/local/lib/gcc-4.3.3 to the ldconfig hints. At least when I ran ldconfig -R /usr/local/lib/gcc-4.3.3 things improved. The ports framework

Re: gcc-4.3.3 problem

2008-11-16 Thread Wojciech Puchar
unfortunately the modification requires a newer version of GCC so I have installed gcc version 4.3.3 from ports. When I try to run my make command I'm seeing this error *** WARNING: renaming _codecs_hk since importing it failed: Shared object libgcc_s.so.1 I see that the gcc 4.3.3 libs were