On Sat, Nov 15, 2025 at 11:35:54PM +0000, Gavin Smith wrote: > If you're looking at a log file like > > https://buildfarm.opencsw.org/buildbot/builders/texinfo-solaris11-i386/builds/6874/steps/shell_1/logs/stdio > > (most recent build at > https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo), > then this line is from the configure run at the top-level directory. The > tta directory has its own configure script and the results are different. > There the "checking how to link with libintl..." test is never run because > "checking for GNU gettext in libc..." results in "yes" rather than "no". > As a result LIBINTL and LTLIBINTL autoconf output variables remain empty > rather than referencing the libintl library.
It seems like Build 7007 succeeded even with this. Maybe the reason is that the compiler used is different, it is /opt/SUNWspro/bin/cc because it is the compiler used to build Perl and not the CC value set in the environment CC=/opt/solarisstudio12.3/bin/c99 -Xc -D_XPG6 So, maybe the libc is different too and libintl is included? -- Pat
