From owner-freebsd-current Sun May 24 08:53:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03192 for freebsd-current-outgoing; Sun, 24 May 1998 08:53:46 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from asteroid.svib.ru (root@asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03186 for ; Sun, 24 May 1998 08:53:43 -0700 (PDT) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.8.8/8.8.8) with ESMTP id TAA17157; Sun, 24 May 1998 19:53:37 +0400 (MSD) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (minas-tirith.pol.ru [127.0.0.1]) by minas-tirith.pol.ru (8.8.8/8.8.7) with ESMTP id TAA23994; Sun, 24 May 1998 19:54:18 +0400 (MSD) (envelope-from tarkhil@minas-tirith.pol.ru) Message-Id: <199805241554.TAA23994@minas-tirith.pol.ru> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter Dufault cc: current@FreeBSD.ORG Subject: Re: Failed to make libc In-reply-to: Your message "Sun, 24 May 1998 08:03:01 EDT." <199805241203.IAA08694@hda.hda.com> Reply-To: tarkhil@asteroid.svib.ru X-URL: http://freebsd.svib.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 24 May 1998 19:54:17 +0400 From: Alex Povolotsky Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <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