Re: AIX and V8 beta 3

Поиск
Список
Период
Сортировка
От Chris Browne
Тема Re: AIX and V8 beta 3
Дата
Msg-id 603c0yqepw.fsf@dev6.int.libertyrms.info
обсуждение исходный текст
Ответ на Re: AIX and V8 beta 3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: AIX and V8 beta 3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
darcy@wavefire.com (Darcy Buskermolen) writes:
> On September 30, 2004 05:55 pm, Bruce Momjian wrote:
>
> To me it looks like all you need to do is add -pthreads or maybe
> -lpthreads depending on exact system to your compile line..

-lpthreads does the trick, indeed.  (-lpthread also does the job,
which is disturbing...)

If I liberally salt various makefiles for the various components that
look like they used to be shell scripts with "-lpthreads", it all
turns out fine, and the binary happily passes regression thusly...

... much ado about nothing elided ...    rowtypes             ... ok
test stats                ... ok
test tablespace           ... ok
============== shutting down postmaster               ==============
postmaster stopped

======================All 96 tests passed. 
======================

rm regress.o
make[2]: Leaving directory `/opt/OXRS/Sources/postgresql-8.0.0beta3/src/test/regress'
make[1]: Leaving directory `/opt/OXRS/Sources/postgresql-8.0.0beta3/src/test'
bash-2.05a$ uname -a
AIX fred 1 5 0007B06F4C00

Colour me suspicious that a few extra flags need to get drawn into
somewhere.  It doesn't look to me as though there's a suitable place
to include that in ./configure, which suggests it ought to get dropped
in somewhere else.  

I'm not certain where that "somewhere else" is: - src/makefiles/Makefile.aix?- In the configure script?
-- 
(format nil "~S@~S" "cbbrowne" "ntlug.org")
http://cbbrowne.com/info/spreadsheets.html
I found out why  cats drink out of the toilet. My  mother told me it's
because it's cold in there. And I'm like: How did my mother know THAT?
--Wendy Liebman


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Mislabeled timestamp functions (was Re: [SQL] [NOVICE] date_trunc'd
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: AIX and V8 beta 3