RE: gcc -mno-cygwin finds the wrong include files

2004-05-03 Thread Bryan Siever
Greetings, Has anyone else been able to confirm this as a bug? if so, any attempts to fix it? Regards, Bryan -Original Message- From: Dave Korn [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 1:08 PM To: [EMAIL PROTECTED] Subject: RE: gcc -mno-cygwin finds the wrong include

Re: gcc -mno-cygwin finds the wrong include files

2004-04-15 Thread Chris Jefferson
... Hi self! I've been having a play around and I believe this problem is connected to #include_next not respecting the -mno-cygwin. My knowledge of gcc is however nowhere near enough for me to be sure. I just wanted to say this to perhaps save someone else some small amount of time. Chris -

RE: gcc -mno-cygwin finds the wrong include files

2004-04-15 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Chris Jefferson > Sent: 15 April 2004 19:32 > $ echo "#include " | gcc -mno-cygwin -E - > # 1 "/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/include/stddef.h" 1 3 4 > So I'm picking up i686-pc-cygwin > > But... > > $ gcc -mno-cygwin -print

Re: gcc -mno-cygwin finds the wrong include files

2004-04-15 Thread Chris Jefferson
Volker Quetschke wrote: Hi, could someone please confirm that this is a bug, and not a problem that exists only on this computer. Thanks Volker Volker Quetschke wrote: Hi, when I use the following command gcc finds the wrong include file. $ echo "#include " | gcc -mno-cygwin -E - # 1 ""

Re: gcc -mno-cygwin finds the wrong include files

2004-04-15 Thread Gerrit P. Haase
Hi Volker, Dave, I see the same problem as Volker. Interesting issue that Eric doesn't see it. > snip > ignoring nonexistent directory "/usr/local/include/mingw" > ignoring duplicate directory "/usr/include/mingw" > ignoring duplicate directory > "/usr/i686-pc-mingw32/lib/../..

RE: gcc -mno-cygwin finds the wrong include files

2004-04-13 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Eric Hanchrow > Sent: 13 April 2004 18:43 > > Hi, > > when I use the following command gcc finds the wrong include > > file. > > $ echo "#include " | gcc -mno-cygwin -E - > Hi, could someone please confirm that thi

Re: gcc -mno-cygwin finds the wrong include files

2004-04-13 Thread Eric Hanchrow
Hi, could someone please confirm that this is a bug, and not a problem that exists only on this computer. I just tried it, and got reasonable-looking output: # 1 "" # 1 "" # 1 "" # 1 "" # 1 "/lib/gcc-lib/i686-pc-mingw32/3.3.1/include/stddef.h" 1 3 4 # 158 "/lib/gcc-lib/i686-pc-mingw32/3.

Re: gcc -mno-cygwin finds the wrong include files

2004-04-13 Thread Volker Quetschke
Hi, could someone please confirm that this is a bug, and not a problem that exists only on this computer. Thanks Volker Volker Quetschke wrote: Hi, when I use the following command gcc finds the wrong include file. $ echo "#include " | gcc -mno-cygwin -E - # 1 "" # 1 "" # 1 "" # 1 "" # 1