Configure Errors--Missing Libraries?

From: David Rickard <David(dot)Rickard(at)GTScompanies(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Cc: Judith Strawser <judiths(at)GTScompanies(dot)com>, Don Walters <dwalters(at)GTScompanies(dot)com>
Subject: Configure Errors--Missing Libraries?
Date: 2003-09-03 17:46:12
Message-ID: 5.2.1.1.0.20030903103539.00ab3e38@mail.gtscompanies.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Rickard(at)GTSCompanies(dot)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]

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Louise Cofield 2003-09-03 19:56:26 Modyifying a column's datatype
Previous Message Tom Lane 2003-09-03 13:51:06 Re: Revoke access on pg_user