Re: 4.1.0-RC{1,2} installs headers to /include

2006-03-01 Thread Mark Mitchell
René Rebe wrote: > As expected the headers are in the correct location now. Good. Have you filed a bug in Bugzilla about this issue? If not, would you care to do so? To do so, please visit gcc.gnu.org, and look for the link on the left side of the page. Thanks, -- Mark Mitchell CodeSourcery

Re: 4.1.0-RC{1,2} installs headers to /include

2006-03-01 Thread René Rebe
Hi, On Tuesday 28 February 2006 22:30, René Rebe wrote: > Hi, > > On Tuesday 28 February 2006 20:54, Mark Mitchell wrote: > > > > gxx_include_dir = $(libsubdir)/include/c++ > > > > That's the problem, then; there's no definition of libsubdir in that > > Makefile. What happens if you provide th

Re: 4.1.0-RC{1,2} installs headers to /include

2006-02-28 Thread René Rebe
Hi, On Tuesday 28 February 2006 20:54, Mark Mitchell wrote: > > gxx_include_dir = $(libsubdir)/include/c++ > > That's the problem, then; there's no definition of libsubdir in that > Makefile. What happens if you provide the explicit > --with-gxx-include-dir option? > > I'm not sure when this w

Re: 4.1.0-RC{1,2} installs headers to /include

2006-02-28 Thread Mark Mitchell
René Rebe wrote: > gxx_include_dir = $(libsubdir)/include/c++ That's the problem, then; there's no definition of libsubdir in that Makefile. What happens if you provide the explicit --with-gxx-include-dir option? I'm not sure when this was broken, but clearly the Java Makefile.am is incorrect;

Re: 4.1.0-RC{1,2} installs headers to /include

2006-02-28 Thread René Rebe
Hi again, On Tuesday 28 February 2006 20:19, Mark Mitchell wrote: > It's too late to fix this for 4.1.0, but it's not too late for me to > include information in the release announcement. If you look in > $objdir/libjava/Makefile, what is the value of gxx_include_dir? I'm > assuming it's empty.

Re: 4.1.0-RC{1,2} installs headers to /include

2006-02-28 Thread Mark Mitchell
René Rebe wrote: > Hi, > > On Tuesday 28 February 2006 19:50, Mark Mitchell wrote: >> René Rebe wrote: >>> Hi all, >>> >>> in my tests gcc 4.1.0-RC{1,2} install headers into a root (/) include >>> directory: >> Are you sure? The log you show is presumably from your build log; have >> you verifie

Re: 4.1.0-RC{1,2} installs headers to /include

2006-02-28 Thread René Rebe
Hi, On Tuesday 28 February 2006 19:50, Mark Mitchell wrote: > René Rebe wrote: > > Hi all, > > > > in my tests gcc 4.1.0-RC{1,2} install headers into a root (/) include > > directory: > > Are you sure? The log you show is presumably from your build log; have > you verified that this is where t

Re: 4.1.0-RC{1,2} installs headers to /include

2006-02-28 Thread Mark Mitchell
René Rebe wrote: > Hi all, > > in my tests gcc 4.1.0-RC{1,2} install headers into a root (/) include > directory: Are you sure? The log you show is presumably from your build log; have you verified that this is where the files are placed in the filesystem? > --prefix=/usr --bindir=/usr/bin --s