This is the mail archive of the gcc@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: 4.1.0-RC{1,2} installs headers to /include


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
mark@codesourcery.com
(650) 331-3385 x713


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