From owner-freebsd-hackers Sun Feb 15 13:56:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27348 for freebsd-hackers-outgoing; Sun, 15 Feb 1998 13:56:56 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27291 for ; Sun, 15 Feb 1998 13:55:55 -0800 (PST) (envelope-from perlsta@cs.sunyit.edu) Received: from win95.local.sunyit.edu (A-T34.rh.sunyit.edu [150.156.210.241]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with SMTP id RAA05022; Sun, 15 Feb 1998 17:56:17 GMT Message-ID: <002f01bd3a5b$9dcc78a0$0600a8c0@win95.local.sunyit.edu> From: "Alfred Perlstein" To: "Niall Smart" , Subject: Re: Problems getting GCC 2.8 working on 3.0-971225-SNAP Date: Sun, 15 Feb 1998 16:49:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hmm are you sure you installed it into the right DIR? last time i checked the port of gcc 2.8 gets put into /usr/local/bin not /usr/bin so most likely you are still using 2.7x, type "gcc -v" to test for this and see what version it prints. -Al -----Original Message----- From: Niall Smart To: hackers@FreeBSD.ORG Date: Sunday, February 15, 1998 5:27 AM Subject: Problems getting GCC 2.8 working on 3.0-971225-SNAP >Hi all, > >I've searched the list for answers to this question but came up with >nothing so here goes: > >I'm trying to get GCC 2.8 working to play with the better support for >C++ exceptions and templates. However, exceptions don't work at all, >has anyone else experienced this? > >I looked at the EGCS FAQ, and it said that problems with exceptions could >be caused by using an old assembler, current uses the one from binutils >1.92.3 which sounds pretty ancient. I tried building binutils 2.8.1 with >no success: > >ld: tc-i386.o: malformed input file (not rel or archive) > *** Error code 1 > >(That was after ./configure --host=i586-Intel-freebsdelf) > >Any ideas? > >Niall > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message