It looks like you compiled python yourself. Currently, we require that you used the same exact version of python for running SCons as linking with m5 (so we can set things up properly.) Is the version built in that directory not python2.4? Do you have a libpython2.4.so in that directory?
Nate On Fri, Sep 26, 2008 at 1:28 PM, Eduardo Olmedo Sanchez <[EMAIL PROTECTED]> wrote: > Hello I'm trying to run the m5-simulator, but I'm stuck in this error, here > is the output that I get: > > -bash-3.00$ scons build/ALPHA_FS/m5.debug > scons: Reading SConscript files ... > Checking for C header file Python.h... yes > Adding /ufs3/home/scs/eolmsan/local/python/lib to LIBPATH for python2.4 > Checking for C library python2.4... no > Error: can't find Python library python2.4 > I don't know what's happening I got python2.4 here > /ufs3/home/scs/eolmsan/local/python/lib, it seems that m5 is adding the path > well to LIBPATH but after says that it can't find the library, any idea?, > thanks so much. > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
