Re: 8.2beta1 does not compile for me on Solaris 10 - Mailing list pgsql-hackers

From Joseph S
Subject Re: 8.2beta1 does not compile for me on Solaris 10
Date
Msg-id 452C1490.6030706@selectacast.net
Whole thread Raw
In response to Re: 8.2beta1 does not compile for me on Solaris 10  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 8.2beta1 does not compile for me on Solaris 10  (Andrew Dunstan <andrew@dunslane.net>)
Re: 8.2beta1 does not compile for me on Solaris 10  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Tom Lane wrote:
> Joseph S <jks@selectacast.net> writes:
> 
>>Anyway I installed the readline package from blastwave but the configure 
>>script still didn't find it.
> 
> 
> Where does blastwave put it?  You likely need --with-includes and/or
> --with=libraries switches to tell configure where to look.
> 
>             regards, tom lane

If I run:

./configure --enable-debug --with-cassert 
--with-includes=/opt/csw/include --with-libraries=/opt/csw/lib

it gets past the readline problem, but fails later with:

checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... (cached) yes
checking test program... failed
configure: error:
*** Could not execute a simple test program.  This may be a problem
*** related to locating shared libraries.  Check the file 'config.log'
*** for the exact reason.

$ tail config.log
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_STRING "PostgreSQL 8.2beta1"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "8.2beta1"
#define PG_KRB_SRVNAM "postgres"
#define PG_VERSION "8.2beta1"
#define PG_VERSION_NUM 80200
#define PG_VERSION_STR "PostgreSQL 8.2beta1 on i386-pc-solaris2.10, 
compiled by GCC gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)"

configure: exit 1


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.2beta1 does not compile for me on Solaris 10
Next
From: Tom Arthurs
Date:
Subject: Re: 8.2beta1 does not compile for me on Solaris 10