I tried running automake after removing those four lines from tests/automake.mk but no change (clean, extract, removed lines, automake, configure, build, test).
Perhaps I'm doing it wrong? On Jul 3, 2011, at 14:28 , John Darrington wrote: > In commit 228b83840e3f053aecfa9feac395fb6855adf044 I added several lines of > the form: > > tests_language_lexer_scan_test_LDADD = src/libpspp/libpspp.la gl/libgl.la > > in order to avoid link errors about undefined symbols. > > Right now, I see that tests/automake.mk contains the code: > > check_PROGRAMS += tests/language/lexer/scan-test > tests_language_lexer_scan_test_SOURCES = \ > src/data/identifier.c \ > src/language/lexer/command-name.c \ > src/language/lexer/scan.c \ > src/language/lexer/segment.c \ > src/language/lexer/token.c \ > src/libpspp/pool.c \ > src/libpspp/prompt.c \ > src/libpspp/str.c \ > src/libpspp/temp-file.c \ > tests/language/lexer/scan-test.c > > tests_language_lexer_scan_test_CFLAGS = $(AM_CFLAGS) > tests_language_lexer_scan_test_LDADD = \ > src/libpspp/libpspp.la \ > gl/libgl.la > > > So it's obviously getting close_temp_file once from src/libpspp/temp-file.c > and > once from src/libpspp/libpspp.la > I guess that deleting the lines matching src/libpspp/*.c should fix Jeremy's > problem.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
