Date: Sun, 24 May 1998 19:54:17 +0400 From: Alex Povolotsky <tarkhil@asteroid.svib.ru> To: Peter Dufault <dufault@hda.com> Cc: current@FreeBSD.ORG Subject: Re: Failed to make libc Message-ID: <199805241554.TAA23994@minas-tirith.pol.ru> In-Reply-To: Your message "Sun, 24 May 1998 08:03:01 EDT." <199805241203.IAA08694@hda.hda.com>
next in thread | previous in thread | raw e-mail | index | archive | help
<199805241203.IAA08694@hda.hda.com>Peter Dufault writes: >> === >> cc -O2 -m486 -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include >> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale >> -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/gen/sysconf.c -o sysconf.o >> /usr/src/lib/libc/../libc/gen/sysconf.c:41: sys/_posix.h: No such file or >> directory >> *** Error code 1 >In /sys/sys. It holds defines needed only by modules >picking out pieces of posix functionality so they don't percolate >to other header files. Hopefully you didn't make includes first. make include in /usr/src doesn't result in altering /sys/sys/_posix.h, and attempt to copy /sys/sys/_posix.h to /usr/include/sys resulted in LOTS of errors... It doesn't hold many definitions required by sysconf.c. Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805241554.TAA23994>