[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] [PATCH] fix 1.4.5 cygwin build issue
From: |
Bernhard R. Link |
Subject: |
Re: [RP] [PATCH] fix 1.4.5 cygwin build issue |
Date: |
Tue, 29 Dec 2009 19:51:43 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Sergey Kvachonok <address@hidden> [091229 17:27]:
> With supplied Makefile make runs the following command:
>
> gcc -g -O2 -Wall -O2 -lXtst -lXinerama -lXext -lX11 -lXft
> -lXrender -lfontconfig -lexpat -liconv -lfreetype -lz -lX11 -lxcb
> -lXau -lXdmcp -lhistory -o ratpoison.exe actions.o bar.o
> completions.o communications.o editor.o events.o format.o frame.o
> getopt.o getopt1.o globals.o group.o history.o hook.o input.o
> linkedlist.o main.o manage.o number.o sbuf.o screen.o split.o window.o
> xinerama.o
>
> which fails, apparently because libraries must be specified after
> object files, not before.
> Automake manual says to use _LDADD for libraries, not _LDFLAGS.
Could you try the current version in git[1]?
The problem is hopefully already fixed there with my changes from July 17th.
Thanks in advance,
Bernhard R. Link
[1] git clone git://git.savannah.nongnu.org/ratpoison.git
--
"Never contain programs so few bugs, as when no debugging tools are available!"
Niklaus Wirth