Re: [PATCH] fix 1.4.5 cygwin build issue
"Bernhard R. Link" <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
* Sergey Kvachonok <[email protected]> [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