Re: 7.1.3 fails to configure on Solaris 2.7

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.1.3 fails to configure on Solaris 2.7
Дата
Msg-id 20453.1007429164@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.1.3 fails to configure on Solaris 2.7  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
Ответы Re: 7.1.3 fails to configure on Solaris 2.7
Список pgsql-ports
"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
> configure: failed program was:
> #line 6802 "configure"
> #include "confdefs.h"
> int main() { return 0; }

> I can put those 3 lines in a file and use those gcc options and it
> compiles just fine thank you.

But does it *execute*?  And return zero status?

The usual cause of this sort of problem is messed-up shared library
linkage (eg, LD_LIBRARY_PATH different from linker's search path),
which doesn't show up till you try to execute the program.
That's what the test is there to catch.

            regards, tom lane

В списке pgsql-ports по дате отправления:

Предыдущее
От: "Henry B. Hotz"
Дата:
Сообщение: Darwin/MacOSX 10.1.1 configure issues with b3
Следующее
От: "Henry B. Hotz"
Дата:
Сообщение: Re: 7.1.3 fails to configure on Solaris 2.7