Daily snapshot fails to build with external gettext

2009-09-12 Thread Tom G. Christensen
Once again the snapshot is broken when using external gettext: gcc -std=gnu99 -g -O2 -L/usr/tgcware/lib -Wl,-R,/usr/tgcware/lib -Wl,-z,ignore -o test-parse-duration test-parse-duration.o ../gllib/libgnu.a -lm Undefined first referenced symbol in

Re: readlink(1) behavior

2009-09-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 9/10/2009 11:29 AM: >> readlink -fv missing => lists /path/to/missing >> readlink -fv missing/ => complains that missing is not a dir >> >> I would like to see: 'readlink -fv missing/' list '/path/to/missing', on the >> gr