building python on IRIX6.2 
Author Message
 building python on IRIX6.2

i just ran in a funny problem when i tried to build python 1.4 on
SGI under IRIX6.2:
when i make it as-is, everything's fine;
however, if i include the option "-n32" [new compilers]
then things break when it tries to make 'pgen'
because the linker can't find the symbol PyTokenizer_FromString
any more!

A solution seems to be to make the libParser.a with "ar q ..."
instead of "ar cr ..."
I'm not sure why, and i don't know if I have to change the "ar" options
for the other libs as well.

Just wanted to let you, just in case somebdoy else runs into
similar problems :)

l8r,
Gabriel Zachmann

/------------------------------------------------------------------\
| I cannot add days to my life -                                   |
| but I can add life to my days.                                   |


\------------------------------------------------------------------/



Sun, 23 Apr 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. IRIX6.4 and Python 1.5.1

2. Building for Win64 (was: Re: [Python-Dev] Re: Python 2.0 release candidate 1)

3. Debuggin embedded python: building device drivers for an embedded python virtual machine

4. building python shared lib for embedded python project

5. Python Un*x build with a Python shared library

6. Installing gawk on Irix6.3

7. AIX4.1 and IRIX6.2 Oberon?

8. scm4e5 on IRIX6.2??

9. EAI-Problem on Irix6.4

10. 7.2.1 Fortran bug? (system: IRIX6.[34])

11. Memory problem running f90 on IRIX6.4

12. using gdb to debug extensions on irix6.5

 

 
Powered by phpBB® Forum Software