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
[EMAIL PROTECTED]
(650) 331-3385 x713