Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
Path: not-for-mail
From: "Dylan Cuthbert" <dylan@q-games.com>
Newsgroups: gmane.os.cygwin
Subject: Re: g++ (v.3.1.1-4)  -mno-cygwin with a hello world sample crashes oddly
Date: Sun, 21 Jul 2002 19:58:51 +0900
Lines: 65
Message-ID: <ahe41c$ar4$1@main.gmane.org>
References: <ahb2lc$9m8$1@main.gmane.org> <1465209200.20020721094429@familiehaase.de>
NNTP-Posting-Host: pppa20.kyoto-ip.dti.ne.jp
Mime-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1027249005 11108 210.159.246.20 (21 Jul 2002 10:56:45 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Sun, 21 Jul 2002 10:56:45 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

sounds like hiho is a script file or something there mate..  backquotes
shouldn't exist in C++ programs.. and there aren't any in the program I
included.

Regards

---------------------------------
Q-Games, Dylan Cuthbert.
http://www.q-games.com

"Gerrit P. Haase" <gp@familiehaase.de> wrote in message
news:1465209200.20020721094429@familiehaase.de...
> 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/
>
>




--
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/

