Re: [m5-users] m5-2.0b3 cannot build,error in python

2007-07-13 Thread Ali Saidi
I would imagine that the libpython2.5.so that you grabbed from the rpm requires a different version of glibc than the one that you have. It's normally a very bad plan to extract libraries from a package and install them manually because you might be missing some dependencies. Since you alre

Re: Re: [m5-users] m5-2.0b3 cannot build,error in python

2007-07-13 Thread Dean Michael Ancajas
-- Forwarded message -- From: Dean Michael Ancajas <[EMAIL PROTECTED]> Date: Jul 13, 2007 4:54 PM Subject: Re: [m5-users] m5-2.0b3 cannot build,error in python To: m5-users@m5sim.org Thanks Ali, the Python.h is located in the /usr/local/include/python2.5/ directory and

Re: [m5-users] m5-2.0b3 cannot build,error in python

2007-07-13 Thread Dean Michael Ancajas
Thanks Ali, the Python.h is located in the /usr/local/include/python2.5/ directory and then I made a softlink to the /usr/include/python2.5/ directory just in case the compiler will look into that directory. I still got the same error. These are the contents of the file build/scons_config.log

Re: [m5-users] m5-2.0b3 cannot build,error in python

2007-07-12 Thread Ali Saidi
You need to have the header files for python available. If you look in the build/.scons_config directory you can see the test programs that SCons is trying to compile to verify your installation. Trying to compile one of those by hand will probably give you a more meaningful error message.