[tex-live] OpenBSD
Jonathan Kew
jonathan_kew at sil.org
Mon Jan 1 23:39:34 CET 2007
On 1 Jan 2007, at 10:05 pm, Martin Schröder wrote:
> Now compiling fails with
> ----------------------
> ../../libs/icu-xetex/lib/libsicuuc.a(umutex.ao)(.text+0xf7): In
> function `initGlobalMutex':
> ../../../../libs/icu-xetex/common/umutex.c:343: undefined reference to
> `pthread_mutex_init'
> ../../libs/icu-xetex/lib/libsicuuc.a(umutex.ao)(.text+0x461): In
> function `umtx_cleanup_3_4':
> ../../../../libs/icu-xetex/common/umutex.c:609: undefined reference to
> `pthread_mutex_destroy'
> ../../libs/icu-xetex/lib/libsicuuc.a(umutex.ao)(.text+0x25): In
> function `umtx_lock_3_4':
> ../../../../libs/icu-xetex/common/umutex.c:210: undefined reference to
> `pthread_mutex_lock'
> ../../libs/icu-xetex/lib/libsicuuc.a(umutex.ao)(.text+0x7a): In
> function `umtx_unlock_3_4':
> ../../../../libs/icu-xetex/common/umutex.c:287: undefined reference to
> `pthread_mutex_unlock'
> collect2: ld returned 1 exit status
> ----------------------
> I've put the logs at http://www.oneiros.de/tex/pdftex/configure.log
> and http://www.oneiros.de/tex/pdftex/make.log
It looks like you need a threads library, but I don't know the exact
details. Try adding -lpthread to the link command and see if that
works. If so, we'll need to figure out how to add this to the
configure script.
JK
More information about the tex-live
mailing list