On Fri, Aug 14, 2009 at 01:38:39PM +0200, Tom G. Christensen wrote: > Unfortunately another one just turned up: > gcc -std=gnu99 -g -O2 -L/usr/tgcware/lib -Wl,-R,/usr/tgcware/lib > -Wl,-z,ignore > -o test-getopt test-getopt.o ../gllib/libgnu.a -lm > Undefined first referenced > symbol in file > libintl_gettext ../gllib/libgnu.a(getopt.o) > Bump
modules/getopt-posix-tests still needs to LDADD LIBINTL or the daily snapshot fails to build with external gettext. -tgc