From owner-freebsd-current Sun Mar 30 17:34:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA02206 for current-outgoing; Sun, 30 Mar 1997 17:34:52 -0800 (PST) Received: from thelab.hub.org (hal-ns1-05.netcom.ca [207.181.94.69]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA02198 for ; Sun, 30 Mar 1997 17:34:43 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id VAA17829 for ; Sun, 30 Mar 1997 21:33:42 -0400 (AST) Date: Sun, 30 Mar 1997 21:33:42 -0400 (AST) From: The Hermit Hacker To: current@freebsd.org Subject: libstdc++ revisited... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... Can someone who knows something about libstdc++ tell me where this template is supposed to be found? /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libstdc++/sinst.cc:146: no matching template for `getline(istream &, basic_string > &)' found *** Error code 1 I've even tried to rm libstdc++ (and the associate contrib directory) and re-cvsup'ng it, but it keeps failing in the same place. Oh, and I even tried 'make -k install' to install the header files in case there was something missing there...still fails. I've tried just about everything I can think of, so am open to suggestions :(