From owner-freebsd-current Sun Jul 2 16: 8:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id AD7FD37B72E for ; Sun, 2 Jul 2000 16:08:24 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA79487; Sun, 2 Jul 2000 16:07:50 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <395FCB46.4C3212A0@gorean.org> Date: Sun, 02 Jul 2000 16:07:50 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0629 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sergey Osokin Cc: current@FreeBSD.org Subject: Re: make buildworld failed... References: <20000703010925.A45655@freebsd.org.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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