Re: Problem to compiling with SunStudio

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: monika(dot)koenig(at)bonn(dot)de
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem to compiling with SunStudio
Date: 2009-07-27 14:31:17
Message-ID: 10278.1248705077@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<monika(dot)koenig(at)bonn(dot)de> writes:
> when I compile without Sunstudio, everythings goes well:
> ...
> How can I compile with SunStudio using readline???

IOW, readline is there and gcc finds it, but SunStudio doesn't.
I'd bet a nickel it's in /usr/local/. gcc is customarily configured
to search /usr/local/include and /usr/local/lib automatically, but
vendor cc's usually are not.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thorne, Francis 2009-07-27 14:34:15 Re: Slow adding Large Indexes
Previous Message Tom Lane 2009-07-27 14:00:05 Re: Slow adding Large Indexes