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: Strange error: Invalid option `-undef'


Andreas =?iso-8859-1?Q?Bergstr=F8m?= <abergstr@halden.net> writes:
> Mumit Khan wrote:
> > > void main(void)
> >   ^^^^
> >   int main (void)
> 
> Well, I have a C++ learners guide that specifies void main(void),
> what is the difference?

The C++ guide you're using is wrong. I recommend you pick up a decent
C++ book, eg., that by Stroustrup. 

> 
> > Means you have an older cpp somewhere and things are getting confused.
> > Please post the output of the following:
> > 
> >  BASH.EXE-2.02$ g++ codepagechecker.cpp -o codepagechecker.exe -v
> 
> Output:
> BASH.EXE-2.02$ g++ codepagechecker.cpp -o codepagechecker.exe  -v
> Reading specs from E:\PROGRAMFILER\CYGNUS\DEV-C++\Lib\specs

DEV-C++??? What does this have to do with Cygwin??

Your installation is all confused, and you're trying to mix Cygwin
gcc with something else (perhaps dev-c++). Can't help there, sorry.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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