Re: Compiling problems with Solaris 8 and PG 7.1

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: spham(at)incellico(dot)com
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Compiling problems with Solaris 8 and PG 7.1
Date: 2001-04-21 01:26:51
Message-ID: 20010421102651U.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

> Guys,
> I'm still having problems compiling postgres under solaris 8 (Sparc HW).
> The problem is I'm not making it through the config process, here is a
> snipplet of the config.log files. Can anyone make any sense of this ?
> =========================================================================================================
>
>
> -- configure:6849: gcc -o conftest conftest.c -lz -lresolv -lgen
> -lnsl -lsocket -ldl -lm -lreadline -ltermcap 1>&5
> configure: failed program was:
> #line 6845 "configure"
> #include "confdefs.h"
> int main() { return 0; }

Please make sure that:

(1) /usr/local/lib is in your LD_LIBRARY_PATH

(2) you are not using GNU ld
--
Tatsuo Ishii

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Rob Yampolsky 2001-04-21 02:40:35 Re: How to configure iodbc access to local postgres db?
Previous Message Tom Lane 2001-04-20 21:04:33 Re: Compiling problems with Solaris 8 and PG 7.1