|
From: Dave K. <dav...@ar...> - 2008-06-04 17:01:21
|
Scott Meyers wrote on 04 June 2008 17:49:
> D:\Temp>d:\apps\mingw\bin\gcc hello.c
>
> This application has requested the Runtime to terminate it in an unusual
> way. Please contact the application's support team for more information.
What this error message means, by the way, is that there has been an
unhandled exception.
> D:\Temp>d:\apps\mingw\bin\gcc --version
> gcc (GCC) 3.4.5 (mingw-vista special r3)
> Copyright (C) 2004 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
>
> Other things I could try?
If you add '-v' to the hello.c compile command, we'll see exactly which
stage (preprocess, compile, assemble, link) of the compilation is failing.
cheers,
DaveK
--
Can't think of a witty .sigline today....
|