|
From: robert s. <bo...@ap...> - 2005-04-06 16:58:02
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> it was built with gcc-3.4.3<br> was built on a machine with these specs: (no kidding .... )<br> <br> [bobs@apox5 /data/valgrind-2.4.0]: uname -a<br> Linux apox5 <font color="#ff0000"><b>2.4.20-6smp</b></font> #1 SMP Thu Feb 27 09:59:40 EST 2003 i686 i686 i386 GNU/Linux<br> <br> >file /home/bobs/i386/bin2/bin/valgrind<br> /home/bobs/i386/bin2/bin/valgrind: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for <font color="#ff0000"><b>GNU/Linux 2.2.5,</b></font> statically linked, not stripped<br> <pre class="moz-signature" cols="72"><b>note weird system type!</b> [bobs@apox5 /data/valgrind-2.4.0]: /home/bobs/i386/bin2/bin/valgrind <font color="#ff0000"><b>Segmentation fault (core dumped)</b></font> what have I done wrong, I followed the INSTALL file instructions .... what do you need from me ??? .... -- Robert Somerville Seismic Application Programmer, B.Sc.(Geophysics) Apoterra Seismic Processing Ltd. Suite 2210 144-4th Ave S.W. Calgary, Alberta, Canada T2P 3N4 403-261-0681 (office) 403-261-0690 (fax) </pre> </body> </html> |
|
From: Igmar P. <mai...@jd...> - 2005-04-06 17:39:43
|
> what have I done wrong, I followed the INSTALL file instructions .... > what do you need from me ??? .... Since you're seem to be using a recent gcc : does recompiling with --disable-pie help ? Regards, Igmar |