Re: Solaris 10 Sun Studio 11 compile error configtest

From: William <rotaecho(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Solaris 10 Sun Studio 11 compile error configtest
Date: 2005-12-09 17:25:44
Message-ID: 20051209172544.91743.qmail@web32801.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks, I figured that was as far as I had to go for
the error.

Turned out readline was searching for GCC (Sun's
Companion) version. Disabled readline and went
without a hitch.

Thanks!

--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> William <rotaecho(at)yahoo(dot)com> writes:
> > 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.
> > $ more config.log
>
> You need to read a LOT further than that in
> config.log to find the
> failure associated with this error. There are going
> to be dozens or
> hundreds of expected failures; the unexpected one
> will be at the end
> (modulo some probably-useless printouts of variable
> values).
>
> regards, tom lane
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message William 2005-12-09 17:28:07 Re: PgSQL 8.1.0 Solaris w/ Sun's cc
Previous Message Tom Lane 2005-12-09 17:16:57 Re: Solaris 10 Sun Studio 11 compile error configtest