Re: [HACKERS] Open portability issues

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема Re: [HACKERS] Open portability issues
Дата
Msg-id 199809042153.PAA15123@trillium.nmsu.edu
обсуждение исходный текст
Ответ на Open portability issues  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
Список pgsql-hackers
   Open portability issues:

   /usr/local should be searched for lib and include for all ports if present
   (currently not working, I have libreadline there)

See the INSTALL file for using configure.

       --with-includes=DIRS
                          Include DIRS in list of directories searched
                          for header files.  (Typical use will need
                          --with-includes=/usr/local/include)

       --with-libs=DIRS
       --with-libraries=DIRS
                          Include DIRS in list of directories searched
                          for archive libraries.  (Typical use will need
                          --with-libraries=/usr/local/lib)

Cheers,
Brook

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

Предыдущее
От: David Hartwig
Дата:
Сообщение: Re: [HACKERS] questionable code in heap_formtuple()
Следующее
От: Dev_Al
Дата:
Сообщение: Problems in create table ?? 6.3.2