Date: Sun, 28 Apr 2002 13:57:55 -0700 From: "Charles Burns" <burnscharlesn@hotmail.com> To: questions@freebsd.org Subject: This definitely qualifies as weird... Message-ID: <F75BISYsoaJ70EgyBiQ00002a93@hotmail.com>
next in thread | raw e-mail | index | archive | help
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... <drumroll please> "-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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F75BISYsoaJ70EgyBiQ00002a93>