Re: [gem5-users] tcmalloc checking failed

2012-12-19 Thread Andreas Hansson
gt;> Date: Tuesday, 18 December 2012 19:39 To: gem5 users mailing list mailto:gem5-users@gem5.org>> Subject: Re: [gem5-users] tcmalloc checking failed It's in the build directory. You can also look at the build/.scons_config directory to see what it was doing when it tried to test-link the

Re: [gem5-users] tcmalloc checking failed

2012-12-18 Thread Ali Saidi
It's in the build directory. You can also look at the build/.scons_config directory to see what it was doing when it tried to test-link the library. Ali On Dec 18, 2012, at 11:27 AM, Paul Rosenfeld wrote: > You'll probably want to look at the config.log file (I can't quite remember > if this i

Re: [gem5-users] tcmalloc checking failed

2012-12-18 Thread Paul Rosenfeld
You'll probably want to look at the config.log file (I can't quite remember if this is what scons calls it) for more details on what is happening. On Tue, Dec 18, 2012 at 9:45 AM, zhengchl wrote: > I'm sorry for forgetting describe the building in detail. The building > succeed except checkin

Re: [gem5-users] tcmalloc checking failed

2012-12-18 Thread zhengchl
I'm sorry for forgetting describe the building in detail. The building succeed except checking tcmalloc failed. scons: Reading SConscript files ... Checking for leading underscore in global variables...(cached) no Checking for C++11 static_assert support...(cached) yes Checking for C

Re: [gem5-users] tcmalloc checking failed

2012-12-18 Thread Ali Saidi
How did it fail? What does it say? Ali On Dec 18, 2012, at 5:14 AM, zhengchl wrote: > Hi, > > My os is Ubuntu 10.04 x86_64. And libgoogle-perftools-dev can't be installed > from official repository because of depend problems on ubuntu 10.04, so I > have to compile it myself. > > I think