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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message