Problem to compiling with SunStudio - Mailing list pgsql-admin

From
Subject Problem to compiling with SunStudio
Date
Msg-id 7ED515972F38F740AAF07A10C46B8E320390A7E7@SV5883.intern.stadt-bn.de
Whole thread Raw
Responses Re: Problem to compiling with SunStudio  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hey,
 
I've got a problem on my new Sun server. I want to you compile postgresql8.4.0 with sunstudio. I try it by
 
./configure CC='/opt/SUNWspro/bin/cc -xtarget=native64' --enable-dtrace DTRACEFLAGS='-64'--with-includes=/opt/sfw/include/ --with-libs=/opt/sfw/lib/ --prefix=/opt/postgresql/8.4.0 --with-libxml
 
The configure returns an error:
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure.  It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
 
when I compile without Sunstudio, everythings goes well:
./configure --with-includes=/opt/sfw/include/ --with-libs=/opt/sfw/lib/ --prefix=/opt/postgresql/8.4.0 --with-libxml
 
How can I compile with SunStudio using readline???
 
 
Thanks
 
Monika König
Bundesstadt Bonn
Amt für Umwelt, Verbraucherschutz und lokale Agenda
Stadthaus, Berliner Platz 2, 53111 Bonn
Telefon +49(0)2 28.77 38 81
Telefax +49(0)2 28.77 26 18
E-Mail monika.koenig@bonn.de
Internet www.bonn.de
 

_____________________________________

Bleiben Sie mit dem 'Bericht aus Bonn' auf dem Laufenden. Informationen aus dem Rathaus, Veranstaltungstipps und aktuelle Nachrichten jetzt im Abo, kostenlos!

Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss.

Attachment

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Slow adding Large Indexes
Next
From: Tom Lane
Date:
Subject: Re: Problem to compiling with SunStudio