bug-gnulib
[Top][All Lists]
Advanced

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

dfa-match-aux build error


From: Tom G. Christensen
Subject: dfa-match-aux build error
Date: Sun, 11 Sep 2016 22:30:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

Hello,

I got an error building the dfa-match-aux test program on Solaris 9:
gcc -std=gnu11 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o dfa-match-aux dfa-match-aux.o ../gllib/libgnu.a -lm -lm -lm -lm -lm -lm
Undefined                       first referenced
 symbol                             in file
libintl_gettext                     ../gllib/libgnu.a(dfa.o)
ld: fatal: Symbol referencing errors. No output written to dfa-match-aux
collect2: error: ld returned 1 exit status
make[4]: *** [dfa-match-aux] Error 1

I looks like an error in modules/dfa-tests, the LDADD line seems not to have been updated from where it was copied from (stat-tests).

Correcting that and running the test shows an error in the dfa-match.sh script:
PASS: dfa-invalid-char-class.sh
./dfa-match.sh: line 24: require_timeout_: command not found
PASS: dfa-match.sh

Additionally I was unable to build the dfa module without explicitly adding the isblank module to the testdir since isblank is missing on Solaris < 10.

-tgc



reply via email to

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