This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: EGCS include files



No, it does not help

Regards,
Mikhail



---Earnie Boyd <earnie_boyd@yahoo.com> wrote:
>
> 
> 
> Don't know if this will help; but, try it with:
> 
> g++ -o t.exe t.cpp
> 
> 
> ---Mikhail Tchernychev <mikhail_tchernychev@yahoo.com> wrote:
> >
> > Hi, 
> > 
> > I found that is not possible to compile
> > simple program (t.cpp) with 
> > 
> > gcc -o t.exe t.cpp
> > 
> > here is the text:
> > 
> > #include <stdio.h>
> > #include <stdlib.h>
> > 
> > void main() {
> > 
> > }
> > 
> > It comes with errors:
> > 
> >
>
c:\\cygnus\\cygwin-b20\\H-i586-cygwin32\\i586-cygwin32\\include\\stdio.h:143:
> > ty
> > pe specifier omitted for parameter
> >
>
c:\\cygnus\\cygwin-b20\\H-i586-cygwin32\\i586-cygwin32\\include\\stdio.h:144:
> > ty
> > pe specifier omitted for parameter
> > ....
> > 
> > But if I replace 
> > 
> > #include <stdio.h
> > 
> > to 
> > 
> > #include <iostdio.h>
> > 
> > Then it is O.K.
> > 
> > Is it a bug or just difference with old gcc ?
> > 
> > Regards,
> > Mikhail
> >  
> > _________________________________________________________
> > DO YOU YAHOO!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> > 
> > -
> > For help on using this list (especially unsubscribing), send a
> message to
> > "gnu-win32-request@cygnus.com" with one line of text: "help".
> > 
> 
> ==
> -                        \\||//
> -------------------o0O0--Earnie--0O0o-------------------
> --                earnie_boyd@yahoo.com               --
> -- http://www.freeyellow.com/members5/gw32/index.html --
> ----------------------ooo0O--O0ooo----------------------
> 
> PS: Newbie's, you should visit my page.
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 

==
Mikhail Tchernychev
2190 Fortune Dr.
San Jose CA 95126 USA

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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