Hello,
A number of test cases currently fail to build on platforms that depend
on libintl for gettext functions.
From Solaris 9/x86:
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-array_map test-array_map.o ../gllib/libgnu.a -lm -lm -lm
-lm -lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(xalloc-die.o)
ld: fatal: Symbol referencing errors. No output written to test-array_map
collect2: error: ld returned 1 exit status
make[4]: *** [test-array_map] Error 1
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-array_set test-array_set.o ../gllib/libgnu.a -lm -lm -lm
-lm -lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(xalloc-die.o)
ld: fatal: Symbol referencing errors. No output written to test-array_set
collect2: error: ld returned 1 exit status
make[4]: *** [test-array_set] Error 1
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-bitset test-bitset.o ../gllib/libgnu.a -lm -lm -lm -lm -
lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(stats.o)
ld: fatal: Symbol referencing errors. No output written to test-bitset
collect2: error: ld returned 1 exit status
make[4]: *** [test-bitset] Error 1
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-hash_map test-hash_map.o ../gllib/libgnu.a -lm -lm -lm -l
m -lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(xalloc-die.o)
ld: fatal: Symbol referencing errors. No output written to test-hash_map
collect2: error: ld returned 1 exit status
make[4]: *** [test-hash_map] Error 1
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-hash_set test-hash_set.o ../gllib/libgnu.a -lm -lm -lm -lm
-lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(xalloc-die.o)
ld: fatal: Symbol referencing errors. No output written to test-hash_set
collect2: error: ld returned 1 exit status
make[4]: *** [test-hash_set] Error 1
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-linkedhash_map test-linkedhash_map.o ../gllib/libgnu.a -lm -lm
-lm -lm -lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(xalloc-die.o)
ld: fatal: Symbol referencing errors. No output written to
test-linkedhash_map
collect2: error: ld returned 1 exit status
make[4]: *** [test-linkedhash_map] Error 1
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o
test-linkedhash_set test-linkedhash_set.o ../gllib/libgnu.a -lm -lm
-lm -lm -lm -lm
Undefined first referenced
symbol in file
libintl_gettext ../gllib/libgnu.a(xalloc-die.o)
ld: fatal: Symbol referencing errors. No output written to
test-linkedhash_set
collect2: error: ld returned 1 exit status
make[4]: *** [test-linkedhash_set] Error 1
-tgc