Problem to compiling with SunStudio

From: <monika(dot)koenig(at)bonn(dot)de>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Problem to compiling with SunStudio
Date: 2009-07-27 13:52:36
Message-ID: 7ED515972F38F740AAF07A10C46B8E320390A7E7@SV5883.intern.stadt-bn.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)koenig(at)bonn(dot)de
Internet www.bonn.de <http://www.bonn.de/>
<http://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!
http://www.bonn.de/service/newsletter/bonn_de/index.html?lang=de

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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2009-07-27 14:00:05 Re: Slow adding Large Indexes
Previous Message Andreas Wenk 2009-07-27 13:13:08 Re: complie postgresql with kerberos in centos