From owner-freebsd-bugs Mon Mar 19 10:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 380A737B719 for ; Mon, 19 Mar 2001 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2JIe1j71400; Mon, 19 Mar 2001 10:40:01 -0800 (PST) (envelope-from gnats) Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 2DE6537B719 for ; Mon, 19 Mar 2001 10:36:47 -0800 (PST) (envelope-from ishmael@babylon.merseine.nu) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.3/8.11.3) id f2JIcHq84294; Mon, 19 Mar 2001 12:38:17 -0600 (CST) (envelope-from ishmael) Message-Id: <200103191838.f2JIcHq84294@babylon.merseine.nu> Date: Mon, 19 Mar 2001 12:38:17 -0600 (CST) From: ishmael27@home.com Reply-To: ishmael27@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: gnu/25927: Patch to install sstring header file for libstdc++ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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