Thanks Paul. > * modules/getopt-posix-tests (test_getopt_posix_LDADD): > Fix typo: the last ‘_’ was missing in the name. > I suspect that the typo explains this build failure: > https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/39
Yes it was the cause for sure. The log reads: CCLD test-getopt-posix Undefined first referenced symbol in file libintl_gettext ../lib/libgreputils.a(getopt.o) ld: fatal: symbol referencing errors. No output written to test-getopt-posix collect2: error: ld returned 1 exit status which indicates that test_getopt_posix_LDADD came out empty - because of the typo. Bruno