From owner-freebsd-current Fri Mar 6 19:10:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11357 for freebsd-current-outgoing; Fri, 6 Mar 1998 19:10:44 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from danberlin.resnet.rochester.edu (danberlin.resnet.rochester.edu [128.151.91.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11352 for ; Fri, 6 Mar 1998 19:10:42 -0800 (PST) (envelope-from root@danberlin.resnet.rochester.edu) Received: from localhost (root@localhost) by danberlin.resnet.rochester.edu (8.8.8/8.8.8) with SMTP id WAA07798 for ; Fri, 6 Mar 1998 22:06:51 -0500 (EST) (envelope-from root@danberlin.resnet.rochester.edu) Date: Fri, 6 Mar 1998 22:06:51 -0500 (EST) From: Daniel Berlin To: freebsd-current@FreeBSD.ORG Subject: GCC-2.8.0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, i've had a couple problems with this. I've tried it both on my own, and with the new ports package that was jsut made. A. FYI, GCC-2.8.1 is out. B. The ports package is configuring it as i386-unknown-freebsd3.0 instead of i386-freebsd. Or does this not matter? C. Gcc works fine. G++ (and any version of g++ other than the one from the contrib dir's gcc) won't work, it reports "/usr/lib/crt0.o: Undefined reference to function _main in .text" What does this mean? I've recompiled and reinstalled crt0.o with the new compiler, no luck. Of course, as mentioned, no matter what i do, the g++ from the contrib dir always works. --Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message