build problems on Solaris 9

Ronald Oussoren oussoren at cistron.nl
Tue Dec 30 13:18:17 EST 2003


On 30 dec 2003, at 16:28, Rob Boyd wrote:

> Hi,
>
> I am having problems building Python 2.3.3 on Solaris
> 9, on a SunFire SPARC. I am using gcc 3.3.2, and
> apparently don't have binutils (but have ld, as, ar,
> and the like). I have set LD_RUN_PATH appropriately.
>
> During 'make', I get many warnings such as:
> "WARNING: renaming "regex" since importing it failed:
> ld.so.1: ./python: fatal: libgcc_s.so.1: open failed:
> No such file or directory". I can still subsequently
> install Python, but it is broken.
>
> Despite the warning, libgcc_s.so.1 is in
> /usr/local/lib. Plus, I did not get these errors when
> building Python 2.3.2, and it does not fail to find
> libstdc++.so.5 (which fails if LD_RUN_PATH is not
> set).
>
Using 'CFLAGS='-R /usr/local/lib ./configure ...' to configure python 
should help.

Ronald






More information about the Python-list mailing list