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
