This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: Header file installation


Mark Mitchell wrote:
> 
> Benjamin, Phil Edwards, and I have talked about the G++ header file
> situation, and we're thinking we'd like to have the headers installed
> in the gcc-lib/arch/version/include directory, instead of in
> include/g++-3.  (By the way, that also goes along with a request from
> some BSD folks that I talked to at ALS2000.)
> 
> The advantages are that it will make `gcc -V' more likely to do
> something sensible, and that the `g++-3' bit is very confusing to
> users, judging by how often questiosn regarding that come up on the V3
> mailing list.
> 
> Does anyone have objections to this change?

I don't realy like when header files are not under /usr/include/.
I usualy do a grep -r xxx /usr/include (eg. SO_BSDCOMPAT is not documented
anywhere so just a header file search is useful).

 -- Levente
 "The only thing worse than not knowing the truth is
  ruining the bliss of ignorance."

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