Re: Compiling euchre 0.7 n cygwin

2006-07-20 Thread mwoehlke
TITTTLing Dave Korn wrote: On 20 July 2006 18:40, mwoehlke wrote: Laurent Duperval wrote: 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

RE: Compiling euchre 0.7 n cygwin

2006-07-20 Thread Dave Korn
On 20 July 2006 18:40, mwoehlke wrote: > Laurent Duperval wrote: >> 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 exampl

Re: Compiling euchre 0.7 n cygwin

2006-07-20 Thread mwoehlke
Laurent Duperval wrote: 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 a

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,

Re: Compiling euchre 0.7 n cygwin

2006-07-19 Thread Buster
On 19/07/06, Laurent Duperval wrote: 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 callb

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