Re: Freebsd410 and postgresql803: src/port compile error

Поиск
Список
Период
Сортировка
От Darcy Buskermolen
Тема Re: Freebsd410 and postgresql803: src/port compile error
Дата
Msg-id 200508151034.59603.darcy@wavefire.com
обсуждение исходный текст
Ответ на Re: Freebsd410 and postgresql803: src/port compile error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Freebsd410 and postgresql803: src/port compile error  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-bugs
On Sunday 14 August 2005 21:30, Bruce Momjian wrote:
> Jim C. Nasby wrote:
> > I believe that thread safety isn't supported on *BSD. I know that
> > there's issues with building in python support if python was compiled
> > with threads enabled.
> >
> > On Fri, Aug 05, 2005 at 02:47:27PM +0200, rmkml wrote:
> > > Hi,
> > >
> > > I have an error when postgresql 803 compile with flag :
> > >
> > > ./configure --prefix=/usr/local/postgres --enable-thread-safety
> > >
> > > ...
> > > gmake[4]: Leaving directory `/var/tmp/postgresql-8.0.3/src/port'
> > > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing
> > > initdb.o  -L../../../src/port -lpgport -L../../../src/interfaces/libpq
> > > -lpq -L../../../src/port  -Wl,-R/usr/local/postgres/lib -lpgport -lz
> > > -lreadline -lcrypt -lcompat -lm -lutil  -o initdb
> > > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > > `pthread_sigmask'
> > > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > > `pthread_mutex_unlock'
> > > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > > `pthread_mutex_lock'
>
> No, I think it should work.  If it passes the thread tests in configure,
> it should compile.  I am unsure why it is failing.

it's missing a link to the threading libs -pthread


--
Darcy Buskermolen
Wavefire Technologies Corp.

http://www.wavefire.com
ph: 250.717.0200
fx: 250.763.1759

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "William ZHANG"
Дата:
Сообщение: Re: BUG #1815: ECPGdebug causes crash on Windows XP
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Freebsd410 and postgresql803: src/port compile error