This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/5047: stl_config.h does not install


The following reply was made to PR libstdc++/5047; it has been noted by GNATS.

From: Phil Edwards <pedwards@disaster.jaj.com>
To: hale@reboot.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/5047: stl_config.h does not install
Date: Fri, 7 Dec 2001 16:52:42 -0500

 On Fri, Dec 07, 2001 at 09:10:47PM -0000, hale@reboot.com wrote:
 > >Priority:       high
 
 High priority is reserved for GCC maintainers.  You should read the bug
 reporting instructions before going further.
 
 
 > After two attempts to install the STL, I've run into the 
 > same bug.  stl_config.h does not install from the buildir
 > into /usr/local/include/g++-v3 as I would expect.
 
 
 stl_config.h was removed from the sources ten months ago.
 
 What version of the compiler are you using?  Are you installing the library
 at the same time as the compiler or separately?
 
 
 > Without
 > this file we cannot compile any of our source code which 
 > specifically include stl_config.h.  
 [...]
 > Is it no longer acceptable to call stl_config.h?
 
 stl_config.h is not a standard library header, and never was.
 
 What are you trying to accomplish exactly, i.e., why would you try to
 include an implementation-specific internal header?
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]