Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 17:01:37 -0600
From:      Jeremy Norris <ishmael27@home.com>
To:        gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: gnu/25927: Patch to install sstring header file for libstdc++
Message-ID:  <20010319170137.A855@babylon.merseine.nu>
In-Reply-To: <200103191840.f2JIe1N71396@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Mon, Mar 19, 2001 at 10:40:01AM -0800
References:  <200103191838.f2JIcHq84294@babylon.merseine.nu> <200103191840.f2JIe1N71396@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ack, I really botched this one.
The header file is sstream, not sstring.
Here's the correct patch:

--- Makefile.orig	Sun Nov 14 22:16:19 1999
+++ Makefile	Mon Mar 19 12:32:33 2001
@@ -19,8 +19,8 @@
 
 HDRS=	cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
 	csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \
-	cwchar cwctype fstream iomanip iosfwd iostream stdexcept string \
-	strstream complex.h stl.h valarray
+	cwchar cwctype fstream iomanip iosfwd iostream sstream stdexcept \
+	string strstream complex.h stl.h valarray
 
 STDHDRS=bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
 	gslice.h gslice_array.h indirect_array.h ldcomplex.h mask_array.h \
On Mon, Mar 19, 2001 at 10:40:01AM -0800, gnats-admin@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `gnu/25927'.
> The individual assigned to look at your
> report is: freebsd-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=25927
> 
> >Category:       gnu
> >Responsible:    freebsd-bugs
> >Synopsis:       Patch to install sstring header file for libstdc++
> >Arrival-Date:   Mon Mar 19 10:40:00 PST 2001

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010319170137.A855>