This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: g++ (v.3.1.1-4) -mno-cygwin with a hello world sample crashes oddly


Hallo Dylan,

Am Samstag, 20. Juli 2002 um 09:16 schriebst du:


> Hi all, Here is a very simple test program I am compiling with
> g++ -mno-cygwin -c test.cpp -o test.exe

> --- snip ---

> #include <iostream>

> int main (int argc, char *argv[])
> {
>  int frog = 10;
>  int blob = 20;

>  for ( int i = 0; i < 10; i++ )
>  {
>   std::cout << "hello world" << frog << " " << blob << std::endl;

>   frog += blob;

>  }

>  return(0);
> }

> --- snip ---

$ g++ -mno-cygwin -c hiho.cpp -o hiho

$ ./hiho
./hiho: 9: Syntax error: EOF in backquote substitution

$ g++ --version
g++ (GCC) 3.1.1 20020718 (prerelease)


Gerrit
-- 
"All faults& bugs are mine - Robert"
    from squid/acinclude.m4,   Sun Apr 21 05:21:21 2002


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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