bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test case build errors


From: Tom G. Christensen
Subject: test case build errors
Date: Tue, 1 Jan 2019 22:13:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]