Someone broke GCC somewhere....

echo 'int main( void ) { return 1; }' >test.c
gcc -mno-cygwin -c test.c

results: 
gcc: installation problem, cannot exec `cc1': No such file or directory

there is definatly no cc1 with gcc 3.2 (not sure where it went, but...)

- off to roll back to 2.95.3 or whatever...

Jim

Reply via email to