Re: [gem5-users] C library for python 2.7

2013-02-12 Thread Ali Saidi
2/02/2013 05:54, "Ranga, L Udaya" wrote: > >> Thanks Ali, >> >> That worked :) >> >> -Uday >> >> >> -Original Message- >> From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On >> Behalf Of Ali

Re: [gem5-users] C library for python 2.7

2013-02-12 Thread Andreas Hansson
aidi >Sent: Monday, February 11, 2013 6:27 PM >To: gem5 users mailing list >Subject: Re: [gem5-users] C library for python 2.7 > >You might want to try setting LIBRARY_PATH as well. > >Ali > >On Feb 11, 2013, at 3:16 AM, "Ranga, L Udaya" wrote: > >&g

Re: [gem5-users] C library for python 2.7

2013-02-11 Thread Ranga, L Udaya
Thanks Ali, That worked :) -Uday -Original Message- From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: Monday, February 11, 2013 6:27 PM To: gem5 users mailing list Subject: Re: [gem5-users] C library for python 2.7 You might want to

Re: [gem5-users] C library for python 2.7

2013-02-11 Thread Ali Saidi
gt; information of how conf.CheckLib(lib) finds libpython2.6.a, I can >> probably set up the required information to find libpython2.7.a too. >> Any tips? >> >> The other option I shall try is to make/build scons with Python2.7. >> >> Thanks, >> Uday >>

Re: [gem5-users] C library for python 2.7

2013-02-11 Thread Ranga, L Udaya
-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: Wednesday, February 06, 2013 2:24 PM To: gem5 users mailing list Subject: Re: [gem5-users] C library for python 2.7 The easiest thing is to look in the build directory at the scons_config.log and see what it was trying

Re: [gem5-users] C library for python 2.7

2013-02-06 Thread Ali Saidi
> >Thanks, >Uday > > > >-Original Message- >From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On >Behalf Of Ali Saidi >Sent: Monday, February 04, 2013 4:27 PM >To: gem5 users mailing list >Subject: Re: [gem5-users] C library for p

Re: [gem5-users] C library for python 2.7

2013-02-05 Thread Ranga, L Udaya
Behalf Of Ali Saidi Sent: Monday, February 04, 2013 4:27 PM To: gem5 users mailing list Subject: Re: [gem5-users] C library for python 2.7 Hi Uday, You nede to be certain that scons is being executed with your newly built python 2.7 that is used the shared library. Instead of calling scons directly

Re: [gem5-users] C library for python 2.7

2013-02-04 Thread Ali Saidi
February 02, 2013 8:27 PM >To: gem5 users mailing list >Subject: Re: [gem5-users] C library for python 2.7 > >What OS are you using? In many cases there is a python-dev or similar >package you can install. Otherwise, you'd need to build python from >scratch and configure it

Re: [gem5-users] C library for python 2.7

2013-02-02 Thread Ranga, L Udaya
ry 02, 2013 8:27 PM To: gem5 users mailing list Subject: Re: [gem5-users] C library for python 2.7 What OS are you using? In many cases there is a python-dev or similar package you can install. Otherwise, you'd need to build python from scratch and configure it with the shared-lib option

Re: [gem5-users] C library for python 2.7

2013-02-02 Thread Ali Saidi
. Ali From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] On Behalf Of Ranga, L Udaya [udayara...@ti.com] Sent: Saturday, February 02, 2013 12:16 AM To: gem5 users mailing list Subject: [gem5-users] C library for python 2.7 Hi all, I’m trying to build gem5

[gem5-users] C library for python 2.7

2013-02-01 Thread Ranga, L Udaya
Hi all, I'm trying to build gem5 with Python 2.7.3 and gcc4.7.2. Below is the error message with which scons terminates. Can you please tell me how to build C library for Python2.7? Checking for C library pthread... (cached) yes Checking for C library dl... (cached) yes Checking for C library u