This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.1.0-RC{1,2} installs headers to /include
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Renà Rebe <rene at exactcode dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 28 Feb 2006 10:50:43 -0800
- Subject: Re: 4.1.0-RC{1,2} installs headers to /include
- References: <200602281900.14537.rene@exactcode.de>
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 --sbindir=/usr/sbin --libdir=/usr/lib64 \
> --datadir=/usr/share --includedir=/usr/include --infodir=/usr/info \
> --mandir=/usr/man --sysconfdir=/etc --localstatedir=/var \
> --build=x86_64-t2-linux-gnu --host=x86_64-t2-linux-gnu \
> --enable-__cxa_atexit --disable-checking --enable-multilib \
> --with-gnu-as --with-gnu-ld --enable-threads=posix \
> --enable-version-specific-runtime-libs --enable-libgcj --enable-shared
Certainly, based on that, we would hope the headers in question would
end up in /usr/include/c++. I have not personally tested all of the
header switches, but I have verified that the headers end up in
$prefix/include/c++ for me. The SSP patch I applied yesterday will have
no affect on this situation, as it applied only to the libssp headers.
Thanks,
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713