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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message