From kde-bugs-dist Sat May 31 22:46:35 2014 From: Byron Hawkins Date: Sat, 31 May 2014 22:46:35 +0000 To: kde-bugs-dist Subject: [valgrind] [Bug 335629] New: Compile error Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=140157640604787 https://bugs.kde.org/show_bug.cgi?id=335629 Bug ID: 335629 Summary: Compile error Classification: Unclassified Product: valgrind Version: 3.9.0 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: jseward@acm.org Reporter: byron@hawkinssoftware.net The build from tarball fails. I downloaded the tarball, unpacked, then "./configure" and "sudo make install". The problem was corrected by doing: cd /usr/include ln -s linux/a.out.h . Users should definitely not need to figure this out or do any such thing. Here is the error: make[3]: Entering directory `/home/b/linkspace/drjo/adhoc/hack/valgrind/coregrind' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/lib/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -Wno-long-long -Wwrite-strings -fno-stack-protector -MT m_debuginfo/libcoregrind_x86_linux_a-readstabs.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_x86_linux_a-readstabs.Tpo -c -o m_debuginfo/libcoregrind_x86_linux_a-readstabs.o `test -f 'm_debuginfo/readstabs.c' || echo './'`m_debuginfo/readstabs.c m_debuginfo/readstabs.c:57:39: fatal error: a.out.h: No such file or directory compilation terminated. -- You are receiving this mail because: You are watching all bug changes.