Bad CPP.EXE on GCC 2.95.2 ??
Daniel G. Bermudez
danielbermudez@earthlink.net
Sun Jun 18 18:01:00 GMT 2000
Hi guys,
ÃÂ
Just recently reinstalled Win98 on my system, which
is sort of a ritual or sorts, and while running Cygwin's 'gcc' compiler after
reinstalling (with gcc's version 2.95.2-1 ) I did find that 'cpp' return this
ugly message on code that has compiled before without problems!
ÃÂ
BASH.EXE-2.04$ gcc -o runthis
adamklist.c adamklist.c:1: `#include' expects "FILENAME" or
<FILENAME>
ÃÂ
...omitting the header on the file and the content
below, these are the offending lines;
ÃÂ
/* ÃÂ */
ÃÂ
#include <stdlib.h> #include
<stdio.h> #include <math.h> #include
<string.h> #include <sys/types.h> #include
<sys/param.h> #include <unistd.h> #include
<mingw32/dir.h> /*#include <regexpr.h>*/
ÃÂ
#define TRUE 1
I'd tried reinstalling gcc using the 'setup gcc'
command, but exactly the same thing!ÃÂ What are your
suggestions??
ÃÂ
Regards,
Dan
More information about the Cygwin
mailing list