Re: Call for port reports

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Call for port reports
Date: 2004-12-17 16:41:38
Message-ID: 200412171641.iBHGfcm12459@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ohp(at)pyrenet(dot)fr wrote:
> This did'nt get thru so I repost it!
>
> 8.0.0rc1 fails to compile on Unixware 714 with --enable-thread-safety :
> CC=cc
> LDFLAGS="-R/usr/local/lib"
> ANT_HOME=/usr/local/jakarta/ant
> JAVA_HOME=/usr/java2
> PATH=$PATH:/usr/local/jakarta/ant/bin
> #PREFIX="-prefix=/databases/pgsql-v7.4 --with-port=5532"
> #DEBUG="--enable-debug --enable-cassert"
> THREADS=--enable-thread-safety
> export PATH CC ANT_HOME JAVA_HOME CPPFLAGS
> ./configure $PREFIX --enable-locale $DEBUG --with-ssl --with-perl --with-tcl --with-tk --enable-syslog --with-tclconfig=/usr/local/lib --with-tkconfig=/usr/local/lib --with-includes=/usr/local/include --with-libs=/usr/local/lib --with-java --without-CXX --without-x --with-ssl $THREADS
> UX:acomp: ERREUR: "fe-secure.c", ligne 1316 : prototype mismatch: 2 args passed, 1 expected: sigwait()
> gmake[3]: *** [fe-secure.o] Error 1
> gmake[2]: *** [all] Error 2
> gmake[1]: *** [all] Error 2
> gmake: *** [all] Error 2
> UX:make: ERREUR: erreur irr?m?diable.
>
>
> It passes all tests without thread-safety.

What is your prototype for sigwait()?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-17 17:49:59 Re: Call for port reports
Previous Message ohp 2004-12-17 13:33:10 Call for port reports