This is the mail archive of the gcc-bugs@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]

Re: [egcs-961016]: Use gxx_include_dir consistently



  In message <9710211510.AA12614@lts.sel.alcatel.de>you write:
  > Hi there,
  > 
  > since we can tell gcc  where to look for g++  include files using  the
  > `--with-gxx-include-dir'  parameter when  configuring,  I believe  the
  > library  subsystems     libio and libstdc++    should    use the  same
  > directory for installation.
Agreed.

  > The following patch  provides  this (if a   user - like  me -  uses  a
  > subdirectory below the fixed include files, it is necessary to install
  > gcc  *before* the libraries, otherwise  the g++ directory gets removed
  > by gcc's `install-include-dir'  target; btw, this  order was usual  as
  > long as gcc and libg++ were separate packages):
Thanks.  It needed some slight modifications, but nothing major.

I would like to revisit putting the includes in libsubdir sometime after
the first release is done.

jeff




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