This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cygwin gcc


When run on any trivial program, the "-v" option prints:

~/bash $ gcc -v hello.c
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs
gcc version 2.95.2 19991024 (release-2)
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/cpp.exe -lang-c -v -D__GNUC__=2 -D__GNUC
_MINOR__=95 -Di386 -D_X86=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)
) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i3
86__ -D_X86=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D__cdecl=__
attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386 -Asystem(wi
nnt) -Acpu(i386) -Amachine(i386) -remap -Acpu(i386) -Amachine(i386) -Di386 -D__i
386 -D__i386__ -Di686 -Dpentiumpro -D__i686 -D__i686__ -D__pentiumpro -D__pentiu
mpro__ -D__CYGWIN32__ -D__CYGWIN__ -Dunix -D_WIN32 -DWINNT hello.c /cygdrive/c/D
OCUME~1/egb/LOCALS~1/Temp/cc34qHYc.i
GNU CPP version 2.95.2 19991024 (release-2) (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include
 /usr/include
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/g++-3
End of omitted list.
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/cc1.exe /cygdrive/c/DOCUME~1/egb/LOCALS~
1/Temp/cc34qHYc.i -quiet -dumpbase hello.c -version -o /cygdrive/c/DOCUME~1/egb/
LOCALS~1/Temp/ccwMjebv.s
GNU C version 2.95.2 19991024 (release-2) (i686-pc-cygwin) compiled by GNU C ver
sion 2.95.2 19991024 (release-2).
 as -o /cygdrive/c/DOCUME~1/egb/LOCALS~1/Temp/ccJHrZ7V.o /cygdrive/c/DOCUME~1/eg
b/LOCALS~1/Temp/ccwMjebv.s
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/collect2.exe -Bdynamic /usr/lib/crt0.o -
L/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2 /cygdrive/c/DOCUME~1/egb/LOCALS~1/Temp/c
cJHrZ7V.o -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
~/bash $

There are a set of -D's that are included twice (my previous gcc had them three times). Can anyone tell me how to fix this?

Thank you
Ed Bradford
egb@intrex.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]