- "gcc -E bla.c" doesn't work (cpp bla.c = same)
- "gcc -S bla.c" does work
- "/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cpp0.exe bla.c" does work
Guess I've almost found it then, but why doesn't "cpp" work and full-path-to-real-cpp
does?
I'm tired, it's 05:25 :/,
B. Matthys.
--
Unsubscr
Hi,
Stephano Mariani wrote:
> Have you installed binutils?
Yes,
$ cygcheck.exe -s|grep binutils
binutils20011002-1
B. Matthys.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
> Of Syzop
> Sent: Monday, 24 December
but still get the same:
syzop@SYZ ~
$ cat >bla.c
int main() { printf ("Test\n"); }
*ctrl d*
syzop@SYZ ~
$ gcc -o bla bla.c
syzop@SYZ ~
$ ls -al
total 1
drwxr-xr-x2 syzopNone0 Dec 24 18:27 .
drwxr-xr-x3 syzopNone0 Dec 24 18:27 ..
-rw-r-
3 matches
Mail list logo