|
From: Gheorghe P. <ghe...@gm...> - 2006-11-09 14:10:55
|
Hi, I just installed the latest version from the download page and upon running make check I receive some error messages (see below). The rest of the installation process went through flawlessly, but I thought I should report this. Any ideas? Thanks, make[5]: `writev' is up to date. make[5]: `zeropage' is up to date. make[5]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests' make[4]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests' Making check in x86 make[4]: Entering directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests/x86' make scalar_exit_group scalar_fork scalar_supp scalar_vfork fpeflags pushfpopf pushpopmem scalar sse_memory tronical more_x86_fp fprem make[5]: Entering directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests/x86' gcc -m32 -Winline -Wall -Wshadow -g -mmmx -msse -Wno-long-long -Wdeclaration-after-statement -o scalar_exit_group scalar_exit_group.o /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status make[5]: *** [scalar_exit_group] Error 1 make[5]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests/x86' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests/x86' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck/tests' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1/memcheck' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/autofs/space/asterix_002/users/postelni/packages/valgrind/valgrind-3.2.1' make: *** [check] Error 2 -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School |
|
From: Tom H. <to...@co...> - 2006-11-09 15:22:47
|
In message <809...@ma...>
"Gheorghe Postelnicu" <ghe...@gm...> wrote:
> I just installed the latest version from the download page and upon
> running make check I receive some error messages (see below). The rest
> of the installation process went through flawlessly, but I thought I
> should report this. Any ideas?
At a guess you're on a 64 bit machine and you haven't got a 32 bit
glibc-devel package installed - it is trying to compile a 32 bit
test case and failing as it can't find the run time startup code
for 32 bit programs.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Gheorghe P. <ghe...@gm...> - 2006-11-09 15:29:10
|
True, I am on a 64-bit machine. Thanks for clearing that out. On 11/9/06, Tom Hughes <to...@co...> wrote: > In message <809...@ma...> > "Gheorghe Postelnicu" <ghe...@gm...> wrote: > > > I just installed the latest version from the download page and upon > > running make check I receive some error messages (see below). The rest > > of the installation process went through flawlessly, but I thought I > > should report this. Any ideas? > > At a guess you're on a 64 bit machine and you haven't got a 32 bit > glibc-devel package installed - it is trying to compile a 32 bit > test case and failing as it can't find the run time startup code > for 32 bit programs. > > Tom > > -- > Tom Hughes (to...@co...) > http://www.compton.nu/ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School |