This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC-4.1.x include/ssl/*.h ??
- From: Ralf Corsepius <ralf dot corsepius at rtems dot org>
- To: GCC List <gcc at gcc dot gnu dot org>
- Cc: Joel Sherrill <joel dot sherrill at OARcorp dot com>, Chris Johns <chrisj at rtems dot org>
- Date: Sun, 26 Feb 2006 06:33:55 +0100
- Subject: GCC-4.1.x include/ssl/*.h ??
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