compiling using native compiler

Joerg Behrens behrens at takenet.de
Tue Oct 5 12:30:47 EDT 2004


"SS" <sridhara at yahoo.com> schrieb im Newsbeitrag
news:95650bb5.0410050819.2f34f323 at posting.google.com...
> When I try to compile python 2.3.4 using SGI's native compiler
> ./configure --without-gcc
> followed by
> make
>
> I get error
> make
>          c++   -o python \
>                         Modules/python.o \
>                         libpython2.3.a -ldl  -lpthread -lmpc   -lm
> ld32: WARNING 84 : /usr/lib32/libdl.so is not used for resolving any
symbol.
> ld32: FATAL   9  : I/O error (-lmpc): No such file or directory
> collect2: ld returned 32 exit status
> *** Error code 1 (bu21)
>
> but I see it in /usr/lib
>
> ls -l /usr/lib/mpc
> -rwxrwxr-x    1 root     sys       598996 May 20 17:10 /usr/lib/mpc

The libraries in usr/lib are o32. You need n32 libs whichs comes from
/usr/lib32  or a specified directory -L/usr/my/libs/are/here

You can found a Irix python binary tardist compiled with MipsPro under
http://www.nekochan.net/downloads/Nekoware/beta/neko_python-2.3.4.tardist
The package also contains Build instrucktion in the release notes.

Also take noticed to
http://forums.nekochan.net/viewtopic.php?t=3237&highlight=python

regards
Joerg Behrens

-- 
TakeNet GmbH   Mobil: 0171/60 57 963
D-97080 Wuerzburg  Tel: +49 931 903-2243
Alfred-Nobel-Straße 20  Fax: +49 931 903-3025





More information about the Python-list mailing list