Configure Errors--Missing Libraries?

Поиск
Список
Период
Сортировка
От David Rickard
Тема Configure Errors--Missing Libraries?
Дата
Msg-id 5.2.1.1.0.20030903103539.00ab3e38@mail.gtscompanies.com
обсуждение исходный текст
Ответы Re: Configure Errors--Missing Libraries?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Revoke access on pg_user
Следующее
От: "Louise Cofield"
Дата:
Сообщение: Modyifying a column's datatype