This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
cpp -c
- To: gcc-bugs at gcc dot gnu dot org
- Subject: cpp -c
- From: karel dot kulhavy at pharma dot novartis dot com
- Date: Thu, 19 Jul 2001 14:04:43 +0200
> cpp ---version
3.0
> cpp -c
cpp: "-c" is not a valid option to the preprocessor
>cpp --help 2>&1 | grep -- ' -c'
-c Compile and assemble, but do not link
>which cpp
/usr/local/bin/cpp
>file `which cpp`
/usr/local/bin/cpp: ELF 32-bit LSB executable, Intel 80386, version 1,
dynamically linked (uses shared libs), not stripped
This bug also causes that it is impossible to compile the glibc with gcc
3.0
Regards,
Clock