From owner-freebsd-questions Mon May 24 8:57:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (Postfix) with ESMTP id EF7F01541B for ; Mon, 24 May 1999 08:57:18 -0700 (PDT) (envelope-from suleyman@echonyc.com) Received: from localhost (suleyman@localhost) by echonyc.com (8.9.3/8.9.3) with ESMTP id LAA12805 for ; Mon, 24 May 1999 11:57:08 -0400 (EDT) Date: Mon, 24 May 1999 11:57:07 -0400 (EDT) From: Ken Seggerman To: questions@FreeBSD.org Subject: gcc 2.8.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings: I have recently installed FreeBSD 3.1 from the CD-rom on my Toshiba laptop. I installed gcc.2.8.1 and glibstdc++-2.8.1.1 packages from the CD-rom. When I try to compile with g++ 2.8.1, I get the following errors before anything gets compiled: /usr/lib/libstdc++.so: undefined reference to `__unwind_function' /usr/lib/libstdc++.so: undefined reference to `__find_first_exception_table_match' /usr/lib/libstdc++.so: undefined reference to `__register_exceptions' The same sources compile fine with gcc 2.7.2.1 which seems to be the default compiler with which I re-built my kernel. Is there something I am missing? Any ideas or suggestions would be welcome. Also gcc 2.8.0 running on Solaris handles namespaces, whereas both 2.7.2.1 and 2.8.1 give me the warning: namespaces are mostly broken in this version of g++. Thanks Ken Seggerman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message