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 verified that this is where the files are placed in the filesystem?
> 
> Yes, since the path is absolute and not something from within the build.
> 
> The log further reveals:
> 
> ...
> install -c -m 644 javax/swing/JFormattedTextField.h 
> /include/c++/javax/swing/JFormattedTextField.h

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.  If you add "--with-gxx-include-dir=/usr/include"
to your configury does that help?

-- 
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713

Reply via email to