Re: Solaris 10/postgreSQL-8.0.1/--enable-thread-safety

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Louis Gonzales <louis(dot)gonzales(at)linuxlouis(dot)net>
Cc: "renneyt(at)yahoo(dot)com" <renneyt(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Solaris 10/postgreSQL-8.0.1/--enable-thread-safety
Date: 2006-03-09 15:58:23
Message-ID: 200603091558.k29FwNt21647@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


-enable-thread-safety should take care of all this and add -pthreads to
the link line. Please look at config.log or email it to me privately.
/config/acx_pthread.m4 tries all link flags and should have picked up
-pthreads.

---------------------------------------------------------------------------

Louis Gonzales wrote:
> renneyt(at)yahoo(dot)com wrote:
>
> >Hello, I succesfully compiled PGSQL 8.0.4 on solaris 10 (sparc).
> >
> >I used gcc and used CFLAGS="-O3 -pthreads".
> >
> >My configure instructions are as such:
> >
> >configure --with-includes=/usr/local/include --with-openssl -with-includes=/usr/local/ssl
> >/include/ -with-libs=/usr/local/lib -with-libs=/usr/local/ssl/lib -enable-thread-safety
> >
> >my gcc specs are as such:
> >Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/specs
> >Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
> >Thread model: posix
> >gcc version 3.3.2
> >
> >gcc was taken from sunfreeware.com
> >
> >Same config also worked with SOL9 (sparc)
> >
> >
> >
> >
> Thanks,
> I had tried CFLAGS="-D_someOption -pthreads" and that hadn't worked,
> I'll give yours a whirl what you have suggested.
> did you use "-"enable-thread-safety or "--"enable-thread-safety?
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Pachipulusu Kalyan Sri Krishna Apparao 2006-03-11 04:20:28 unsubscribe
Previous Message Louis Gonzales 2006-03-09 15:49:23 Re: Solaris 10/postgreSQL-8.0.1/--enable-thread-safety