--- Gio 23/4/09, Eric Lilja ha scritto: > Da: Eric Lilja > Oggetto: C++ program produces no output (g++ 4.3.2, cygwin 1.7) > A: cygwin@cygwin.com > Data: Giovedì 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). > > Maybe someone could try the program I attached and see if > they get the same problems as me? >
try LDFLAGS = -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/