From owner-freebsd-current Tue May 21 5:28:59 2002 Delivered-To: freebsd-current@freebsd.org Received: from draco.macsch.com (ns1.mscsoftware.com [192.207.69.10]) by hub.freebsd.org (Postfix) with ESMTP id CCAFA37B40A for ; Tue, 21 May 2002 05:28:55 -0700 (PDT) Received: from mailmuc.muc.eu.mscsoftware.com (mailmuc.muc.macsch.com [161.34.37.20]) by draco.macsch.com (8.9.3/8.9.3) with ESMTP id FAA16478 for ; Tue, 21 May 2002 05:28:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailmuc.muc.eu.mscsoftware.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id g4LCREX13583 for ; Tue, 21 May 2002 14:27:14 +0200 Content-Transfer-Encoding: 7bit Content-Type: text/plain Date: 21 May 2002 14:26:57 +0200 From: "Georg-W. Koltermann" Message-Id: <1021984017.1417.46.camel@hunter.muc.macsch.com> Mime-Version: 1.0 Received: from hunter.muc.macsch.com by mailmuc.muc.eu.mscsoftware.com (AvMailGate-6.12.0.0) id 13539-608B38D8; Tue, 21 May 2002 14:26:40 +0200 Subject: cannot link C++ apps any more (GCC 3.1) To: freebsd-current@freebsd.org X-AntiVirus: OK! AvMailGate Version 6.12.1.30 at mailmuc has not found any known virus in this email. X-Mailer: Ximian Evolution 1.0.5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am unable to link C++ apps with a recent -current. It seems I would need a new libstdc++ which was not included. My libstdc++.so is a leftover from the previous cvsup. hunter[205]$ cat gwk.cc #include int main(int argc, const char *argv[]) { cout << "Hello, world!\n"; return 0; } hunter[206]$ c++ gwk.cc /var/tmp//ccThjZcK.o: In function `main': /var/tmp//ccThjZcK.o(.text+0x1e): undefined reference to `ostream::operator<<(char const*)' /var/tmp//ccThjZcK.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' hunter[207]$ Is there any estimate to when the new libstdc++ will be in -current? Is there a port (lang/gcc31 ?) that I should use in the meantime? -- Regards, Georg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message