Configure Errors--Missing Libraries? - Mailing list pgsql-novice

From David Rickard
Subject Configure Errors--Missing Libraries?
Date
Msg-id 5.2.1.1.0.20030903103539.00ab3e38@mail.gtscompanies.com
Whole thread Raw
Responses Re: Configure Errors--Missing Libraries?
List pgsql-novice
Attempting to install PostGreSQL 7.3.X on a sparc-sun-solaris2.9 (SunOS 5.9) machine; during configure, numerous errors like these were logged:

        configure:4357: gcc -o conftest      conftest.c -lbsd   >&5
        ld: fatal: library -lbsd: not found
        configure:4423: gcc -o conftest      conftest.c -lutil   >&5
        ld: fatal: library -lutil: not found
        configure:4718: gcc -o conftest      conftest.c -lipc  -lsocket -lnsl -ldl -lm  >&5
        ld: fatal: library -lipc: not found

With a final fatal error when configure attempted to run conftest;
How do we determine whether the error lies with the configure script or gcc--i.e., whether configure is failing to find the necessary libraries (and if so, how do we set the necessary paths) or if our gcc install is deficient/flawed?

--

David Rickard
Software Engineer
The GTS Companies
A TechBooks Company

----------------------------------------------------------------------------------
The GTS Companies:
GTS Publishing Services, GTS Graphics, GTS Innova:
Your Single-Source Solution!
Los Angeles CA  *  York, PA  *  Boston MA  *  New Delhi, India
----------------------------------------------------------------------------------


David.Rickard@GTSCompanies.com
Visit us on the World Wide Web
http://www.gtscompanies.com
5650 Jillson St., Los Angeles, CA 90040
(323) 888-8889 x331
(323) 888-1849 [fax]

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Revoke access on pg_user
Next
From: "Louise Cofield"
Date:
Subject: Modyifying a column's datatype