Compiling euchre 0.7 n cygwin

2006-07-19 Thread Laurent Duperval
Hi, I am trying to compile a game called euchre (http://sourceforge.net/projects/euchre) on cygwin 1.5.20-1. When I do, I get the following errors at link time: c++ -g -O2 -o euchre ComputerGuiPlayer.o GuiGame.o GuiOptions.o GuiPlayer.o HumanGuiPlayer.o callbacks.o globals.o interface.o su ppo

Re: Compiling euchre 0.7 n cygwin

2006-07-19 Thread Laurent Duperval
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,