Re: [HACKERS] Open portability issues - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: [HACKERS] Open portability issues
Date
Msg-id 199809042153.PAA15123@trillium.nmsu.edu
Whole thread Raw
In response to Open portability issues  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List 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 by date:

Previous
From: David Hartwig
Date:
Subject: Re: [HACKERS] questionable code in heap_formtuple()
Next
From: Dev_Al
Date:
Subject: Problems in create table ?? 6.3.2