Re: Compile error under cygwin
Tuomo Valkonen <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
On 2007-12-29, Tuomo Valkonen <[email protected]> wrote: > This is the standard GCC/*nix linker brain damage: you have to have > the libs meticulouslu ordered on the command line. It wants -lintl > after -ltu. Trying to arrange for that is pain. gcc/ld sucks. It may help to change the order of LIBS and EXTRA_LIBS in LDFLAGS in system.mk. But it may break something else. -- Tuomo