Hi, Cross building and installing gcc-4.1.0 rc2 (--prefix=/usr/local) installs these headers:
/usr/local/include/ssp/unistd.h /usr/local/include/ssp/string.h /usr/local/include/ssp/ssp.h /usr/local/include/ssp/stdio.h Is this behavior correct? /usr/local/include is reserved for host files. These files (Seemingly new in GCC-4.1.x) are the only host files GCC is installing when building a cross-compiler. => I am inclined to think these are installed to the wrong directory. Ralf