Date: Thu, 29 Jun 2000 15:36:27 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: hackers@FreeBSD.org Subject: Building a debugging libc Message-ID: <26740.962285787@axl.ops.uunet.co.za>
next in thread | raw e-mail | index | archive | help
Hi folks, I need to build a debuggable libc, ideally a static library. I thought it'd be as simple as ``cd /usr/src/lib/libc; make obj depend all''. However, doing so scores me the following error: cc -O -g -pipe -c /a/usr/src/lib/libc/../libc/gen/_spinlock_stub.c -o _spinlock_stub.o /a/usr/src/lib/libc/../libc/gen/_spinlock_stub.c:40: spinlock.h: No such file or directory /a/usr/src/lib/libc/../libc/gen/_spinlock_stub.c:53: syntax error before `*' /a/usr/src/lib/libc/../libc/gen/_spinlock_stub.c:61: syntax error before `*' This is with a clean obj tree with sources supped at 10H30 GMT last night. Any ideas? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26740.962285787>