X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Laurent Duperval <lduperval@yahoo.com>
Subject:  Re: Compiling euchre 0.7 n cygwin
Date:  Wed, 19 Jul 2006 17:08:50 -0400
Lines: 20
Message-ID: <e9m711$min$1@sea.gmane.org>
References:  <e9lev6$u7a$1@sea.gmane.org> <afe5197f0607191114w138e4c9ay104b6e75ace66a50@mail.gmail.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
In-Reply-To: <afe5197f0607191114w138e4c9ay104b6e75ace66a50@mail.gmail.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Buster wrote:
> This is not a Cygwin-specific problem. In
> euchre-0.7/src/gui/Makefile.am, @GTK_LIBS@ should come at the end of
> the list of libraries to link, instead of at the beginning. Further
> questions (for example, about why 'make install' fails while trying to
> invoke automake -- sorry, it's beyond me) should be directed to the
> package maintainer.
> 

Excellent! Changing the order of the libs fixed the problem.

I ended up having to change it directly in the Makefile instead of
Makefile.am (I probably could've done it in Makefile.in also).

The reason I thought it was a Cygwin issue is that the same code
compiles fine on Linux (except for a minor ifstream issue).

Thanks!

L


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

