Date: Sun, 24 May 1998 08:03:01 -0400 (EDT) From: Peter Dufault <dufault@hda.com> To: tarkhil@asteroid.svib.ru Cc: current@FreeBSD.ORG Subject: Re: Failed to make libc Message-ID: <199805241203.IAA08694@hda.hda.com> In-Reply-To: <199805240546.JAA06198@minas-tirith.pol.ru> from Alex Povolotsky at "May 24, 98 09:46:01 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> === > 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 > > Stop. > === > And where is _posix.h?... 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. Peter -- Peter Dufault (dufault@hda.com) Realtime development, Machine control, HD Associates, Inc. Safety critical systems, Agency approval 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?199805241203.IAA08694>