Date: Mon, 19 Mar 2001 12:38:17 -0600 (CST) From: ishmael27@home.com To: FreeBSD-gnats-submit@freebsd.org Subject: gnu/25927: Patch to install sstring header file for libstdc++ Message-ID: <200103191838.f2JIcHq84294@babylon.merseine.nu>
next in thread | raw e-mail | index | archive | help
>Number: 25927 >Category: gnu >Synopsis: Patch to install sstring header file for libstdc++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 19 10:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.3-BETA i386 >Organization: >Environment: System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: sstring header file is not installed with the other libstdc++ header files into /usr/include/g++. I do not know if this is intentional or not; in attempting to compile an application, it tried to include this missing header. I copied this header file from /usr/src/contrib/libstdc++ to /usr/include/g++ and the application compiled. The attached patch adds it to src/gnu/lib/libstdc++/Makefile. >How-To-Repeat: >Fix: --- 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 sstring 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 \ >Release-Note: >Audit-Trail: >Unformatted: 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?200103191838.f2JIcHq84294>