Re: test case build errors

2019-01-05 Thread Tom G. Christensen
On 04/01/19 20:32, Bruno Haible wrote: Fixed as follows. 2019-01-04 Bruno Haible Fix link errors in unit tests. Reported by Tom G. Christensen . * modules/bitset-tests (Makefile.am): Link test-bitset against libintl. * modules/array-map-tests (Makefile.am): Li

Re: test case build errors

2019-01-04 Thread Bruno Haible
Hi, Tom G. Christensen wrote: > 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 -l