X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 	tests=AWL,BAYES_20
X-Spam-Check-By: sourceware.org
Message-ID: <38415.45131.qm@web25001.mail.ukl.yahoo.com>
Date: Thu, 23 Apr 2009 21:19:00 +0000 (GMT)
From: Marco Atzeri <marco_atzeri@yahoo.it>
Subject: R: C++ program produces no output (g++ 4.3.2, cygwin 1.7)
To: cygwin@cygwin.com, Eric Lilja <mindcooler@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


--- Gio 23/4/09, Eric Lilja  ha scritto:

> Da: Eric Lilja=20
> Oggetto: C++ program produces no output (g++ 4.3.2, cygwin 1.7)
> A: cygwin@cygwin.com
> Data: Gioved=EC 23 Aprile 2009, 22:42
> Hi, attached is the source for a C++
> program (with a Makefile) that produces no output when run
> (I tried redirecting stdout, that didn't work either). I'm
> running Cygwin 1.7 on a Vista32 machine, Cygwin was just
> updated.
> The code was written september 2007 and then it ran and
> displayed its output just fine. It's a simple AVL Tree with
> a small test program.
> I'm using g++ 4.3.2. Something seems to be up with cygcheck
> too, because I have attached the wierd looking output it
> gave me (and it took a while for it to complete as well).
>=20
> Maybe someone could try the program I attached and see if
> they get the same problems as me?
>=20

try
LDFLAGS =3D -Wl,--enable-auto-import -o $(EXEC)

Regards
Marco





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

