From owner-freebsd-questions Sun Apr 28 13:58: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f75.law11.hotmail.com [64.4.17.75]) by hub.freebsd.org (Postfix) with ESMTP id 2717037B417 for ; Sun, 28 Apr 2002 13:57:56 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 28 Apr 2002 13:57:56 -0700 Received: from 68.6.87.128 by lw11fd.law11.hotmail.msn.com with HTTP; Sun, 28 Apr 2002 20:57:55 GMT X-Originating-IP: [68.6.87.128] From: "Charles Burns" To: questions@freebsd.org Subject: This definitely qualifies as weird... Date: Sun, 28 Apr 2002 13:57:55 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Apr 2002 20:57:56.0022 (UTC) FILETIME=[5EF03D60:01C1EEF7] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I said to the shell, "make buildworld" It said to me, among other things: ### /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/tmpfile.cc:31: nonposix.h: No such file or directory /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/illegal.cc:22: lib.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff/src/libs/libgroff. *** Error code 1 ### (there were a ton of "No such file or directory" messages) So, I changed my compile flags to "-O -pipe" And the shell guiltlessly told me the same thing. Then I commented out the CFLAGS and CXXFLAGS lines out of make.conf entirely, so that the buildworld would use the default flags. Then, the buildworld worked fine. And the default flags that did work when mine did not were... "-O -pipe" I am now officially confused. Why did the default flags work when mine did not, when they are he same flags!? WTF? This is indeed strange. _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message