Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2007 18:51:12 +0800
From:      "Rong-en Fan" <grafan@gmail.com>
To:        "Paul Ooi Cong Jen" <paul@takizo.com>
Cc:        freebsd-port-list <ports@freebsd.org>
Subject:   Re: gettext error
Message-ID:  <6eb82e0703220351t72cd4d3bi3570b0fcebea0afe@mail.gmail.com>
In-Reply-To: <4602549F.6020405@takizo.com>
References:  <20070321223536.GB9894@soaustin.net> <20070322001537.54687.qmail@web88111.mail.re2.yahoo.com> <20070322072556.GA28485@soaustin.net> <4602372A.6020903@takizo.com> <6eb82e0703220109v54a4ebe9u4a186d274fe890c6@mail.gmail.com> <4602549F.6020405@takizo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/22/07, Paul Ooi Cong Jen <paul@takizo.com> wrote:
>
>
> Rong-en Fan wrote:
> > On 3/22/07, Paul Ooi Cong Jen <paul@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6eb82e0703220351t72cd4d3bi3570b0fcebea0afe>