gettext error

Rong-en Fan grafan at gmail.com
Thu Mar 22 10:51:14 UTC 2007


On 3/22/07, Paul Ooi Cong Jen <paul at takizo.com> wrote:
>
>
> Rong-en Fan wrote:
> > On 3/22/07, Paul Ooi Cong Jen <paul at takizo.com> wrote:
> >> dear all,
> >>
> >> I am trying to install gettext and having this error. current I am not
> >> able to ssh into server because gettext is remove.
> >>
> >> test-lock.o: In function `test_lock':
> >> test-lock.o(.text+0x1e5): undefined reference to `pthread_create'
> >> test-lock.o(.text+0x20e): undefined reference to `pthread_create'
> >> test-lock.o(.text+0x23f): undefined reference to `pthread_join'
> >> test-lock.o(.text+0x269): undefined reference to `pthread_join'
> >> test-lock.o: In function `test_rwlock':
> >> test-lock.o(.text+0x3ea): undefined reference to `pthread_create'
> >> test-lock.o(.text+0x41e): undefined reference to `pthread_create'
> >> test-lock.o(.text+0x44f): undefined reference to `pthread_join'
> >> test-lock.o(.text+0x483): undefined reference to `pthread_join'
> >> test-lock.o: In function `test_recursive_lock':
> >> test-lock.o(.text+0x61d): undefined reference to `pthread_create'
> >> test-lock.o(.text+0x646): undefined reference to `pthread_create'
> >> test-lock.o(.text+0x677): undefined reference to `pthread_join'
> >> test-lock.o(.text+0x6a1): undefined reference to `pthread_join'
> >> test-lock.o: In function `test_once':
> >> test-lock.o(.text+0x8d9): undefined reference to `pthread_create'
> >> test-lock.o(.text+0xa53): undefined reference to `pthread_join'
> >
> > are you running 4.x?
>
> Sorry that I didn't mention am running FBSD4.11

Sorry but 4.x is not supported anymore. You may change -lpthread to -pthread
in Makefiles.

Regards,
Rong-En Fan


More information about the freebsd-ports mailing list