Jim Meyering wrote:

> Dagobert Michelsen wrote:
>> URL:
>>   <http://savannah.gnu.org/bugs/?29325>
>>
>>                  Summary: Undefined Symbol 'rpl_wctob'
>>                  Project: grep
>>
>> Details:
>>
>> On Solaris 8 Sparc w/Sun Studio 11 I get a link error
>>
>>   CCLD     grep
>> Undefined                       first referenced
>>  symbol                             in file
>> rpl_wctob                           libgrep.a(dfa.o)
>>
>> This looks like an incomplete import from GNULib.
>
> Thanks for the report.
> This is indeed the problem:
> that module is used in the gnulib-tests, yet not
> explicitly included in the list of modules.
>
> Adding the wctob module to the list in bootstrap.conf
> appears to fix it.
...
> Subject: [PATCH] build: avoid link failure on Solaris 8
>
> * bootstrap.conf (gnulib_modules): Add wctob.
> * NEWS (Portability): Mention this.
> Reported by Dagobert Michelsen in <http://sv.gnu.org/bugs/?29325>.

In case you'd like to test, here's a copy of the latest:

  http://meyering.net/grep/tmp/grep-2.6.7-64540.tar.xz


Reply via email to