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: Mon, 27 Jul 2009 10:31:17 -0400
- Message-id: <10278.1248705077@sss.pgh.pa.us> <text/plain>
<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
Home |
Main Index |
Thread Index