From owner-freebsd-current Mon Apr 5 10:37:56 1999 Delivered-To: freebsd-current@freebsd.org Received: from server.amis.net (server.amis.net [212.18.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 20F7814D93 for ; Mon, 5 Apr 1999 10:37:34 -0700 (PDT) (envelope-from blaz@gold.amis.net) Received: (from uucp@localhost) by server.amis.net (8.8.8/8.8.8) with UUCP id TAA25010 for freebsd-current@freebsd.org; Mon, 5 Apr 1999 19:35:35 +0200 (CEST) Received: by gold.amis.net (Postfix, from userid 1000) id 7B38139; Mon, 5 Apr 1999 19:35:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by gold.amis.net (Postfix) with ESMTP id 70E7B1E2E for ; Mon, 5 Apr 1999 19:35:06 +0200 (CEST) Date: Mon, 5 Apr 1999 19:35:06 +0200 (CEST) From: Blaz Zupan To: freebsd-current@freebsd.org Subject: C++ with egcs - no go 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 Just successfully completed a make world and everything appears to be working correctly (good job, David!), except compiling C++ programs: /tmp/x> cat test.c #include main() { cout << "Hello world!\n"; } /tmp/x> c++ test.c /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' /tmp/x> I remember someone mentioning this same problem here and it was supposedly fixed with a later commit. I just cvsupped and got some changes to ppbus by peter, which as far as I remember were after the latest changes by David O'Brien, so I guess I do have the latest sources. Anybody else seeing this after the latest cvsup (as of 15 minutes ago)? Blaz Zupan, blaz@medinet.si, http://home.amis.net/blaz Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message