solaris libpq threaded build fails

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема solaris libpq threaded build fails
Дата
Msg-id 49231275.6050105@esilo.com
обсуждение исходный текст
Ответы Re: solaris libpq threaded build fails  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
for anyone interested....

Solaris 2.5.1 with --enable-thread-safety

configure:25848: gcc -o conftest -O2 -Wall -Wmissing-prototypes 
-Wpointer-arith -Wdeclaration-after-statement -Wendif-labels 
-fno-strict-aliasing -fwrapv  -pthreads   -pthreads  -D_REENTRANT 
-D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE   -lgcc_s 
-lvsnprintf  conftest.c -lz -lposix4 -lsocket -ldl -lm   -lpthread 
-lpthread    >&5
In file included from conftest.c:129:
./src/test/thread/thread_test.c: In function `main':
./src/test/thread/thread_test.c:179: warning: implicit declaration of 
function `mkstemp'
./src/test/thread/thread_test.c:188: warning: implicit declaration of 
function `gethostname'
Undefined     first referenced symbol           in file
gethostbyname                       /var/tmp//ccclix3s.o  (symbol 
belongs to implicit dependency /usr/lib/libnsl.so.1)
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:25851: $? = 1
configure: program exited with status 1
configure: failed program was:

so far: hpux 10.20, solaris 2.5.1 and cygwin builds all fail when thread 
safe is enable.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: is any reason why only one columns subselect are allowed in array()?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Reducing some DDL Locks to ShareLock