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++/10018: regression: bits/c++config.h: No such file or directory


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

From: Michael Elizabeth Chastain <mec at shout dot net>
To: bkoz at gcc dot gnu dot org
Cc: gcc-gnats at gcc dot gnu dot org
Subject: Re: libstdc++/10018: regression: bits/c++config.h: No such file or directory
Date: Tue, 11 Mar 2003 12:37:31 -0600

 It works for me now.  Great!
 
 For the record, it looks like this patch introduced the problem:
 
   http://gcc.gnu.org/ml/gcc-cvs/2003-03/msg00340.html
 
 And this patch fixed it:
 
   http://gcc.gnu.org/ml/gcc-cvs/2003-03/msg00443.html
 
 The patch in msg00340 changed libstdc++/Makefile.am and its descendants
 to use gxx_include_dir.  This ran into a bug top level configure.in did
 not set gxx_include_dir correctly because of a quoting problem.  The
 patch in msg00443 fixed the quoting problem.
 
 I tested with gcc-3_3-branch with checkout date '2003-03-11 16:39:21 UTC'.
 
 This PR can be closed.
 
 Thanks,
 
 Michael C


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