Date: Sun, 02 Jul 2000 16:07:50 -0700 From: Doug Barton <DougB@gorean.org> To: Sergey Osokin <osa@freebsd.org.ru> Cc: current@FreeBSD.org Subject: Re: make buildworld failed... Message-ID: <395FCB46.4C3212A0@gorean.org> References: <20000703010925.A45655@freebsd.org.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Sergey Osokin wrote: > > Hello! > After CVSuped my sources i try make buildworld & it failed: As you've already noticed, you will get better responses in general to help requests if you change your CFLAGS options in /etc/make.conf to "-O -pipe" (or just comment out CFLAGS, which has the same effect) and then try again. However... > cc -c /usr/src/games/rogue/thw.c > cc -c /usr/src/games/rogue/tr.c > cc -c /usr/src/games/rogue/usc > cc -c /usr/src/games/rogue/zac I don't see any of these files in my sources, are you sure this is FreeBSD's version of rogue? Also, using -current with the latest sources I can compile this cleanly in /usr/src/games/rogue, with optimization set to either "-Os -march=pentiumpro" or "-O2 -march=pentiumpro", so I'm not sure where your problem lies. Try it first without the optimization and see if that helps. BTW, -Os is generally preferred to -02, since the former enables almost everything that -O2 does, but is known to be less buggy. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? 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?395FCB46.4C3212A0>