From owner-freebsd-hackers Sun Feb 15 06:19:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10182 for freebsd-hackers-outgoing; Sun, 15 Feb 1998 06:19:13 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from walter.doc.ic.ac.uk (kvQaatDWVjLtCgucjQ6CzmrhxKA7j6k5@walter.doc.ic.ac.uk [146.169.2.50]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA10171 for ; Sun, 15 Feb 1998 06:19:06 -0800 (PST) (envelope-from njs3@doc.ic.ac.uk) Received: from heron.doc.ic.ac.uk [146.169.2.31] ([hFhjMBSvUkQJh/GyR/LN7txJi4Zk3YB6]) by walter.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0y44BV-0005II-00; Sun, 15 Feb 1998 13:32:41 +0000 Received: from oak71.doc.ic.ac.uk [146.169.46.71] ([tmnACdtKCP3nMwBPr8/uszWruonxgmvt]) by heron.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0y44EE-0006bQ-00; Sun, 15 Feb 1998 13:35:30 +0000 Received: from njs3 by oak71.doc.ic.ac.uk with local (Exim 1.62 #3) id 0y44BO-000299-00; Sun, 15 Feb 1998 13:32:34 +0000 From: njs3@doc.ic.ac.uk (Niall Smart) Date: Sun, 15 Feb 1998 13:32:34 +0000 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: hackers@FreeBSD.ORG Subject: Problems getting GCC 2.8 working on 3.0-971225-SNAP Message-Id: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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