PostgreSQL 6.5 on Solaris 2.6 successfully installed

Поиск
Список
Период
Сортировка
От Reiner Schulz
Тема PostgreSQL 6.5 on Solaris 2.6 successfully installed
Дата
Msg-id 37F366F2.8C50562D@cs.umd.edu
обсуждение исходный текст
Ответы Re: [PORTS] PostgreSQL 6.5 on Solaris 2.6 successfully installed
Список pgsql-ports
Whoever has had problems, here's a general advice:

Make sure the dir containing Sun's c compiler and linker precedes any
other dir containing any other c compiler (such as gcc) in your PATH
environment variable.
Otherwise you're doomed to fail even if you use the solaris_sparc_cc
template. It's NOT a guarantee that configure really picks Sun's cc and
linker.
If you pick the right compiler, but the wrong linker it won't compile.
In my case it stopped building libpq.
If you pick the wrong compiler (gcc) and the right linker it will
compile, but i experienced problems with tcp/ip connections (setsockopt
errno=22) afterwards.

reiner
--
(*)->[]->()->[]->(**)->[]->()->[]->(*)->[]->()->[]->()->[]->()->[]->()->[]
                     3                2
(Humboldt University Berlin, Germany)->[]->(University of Maryland, USA)

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

Предыдущее
От: Lyle Bertz
Дата:
Сообщение: Update of installing with Cygnus on NT
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] PostgreSQL 6.5 on Solaris 2.6 successfully installed