Re: [HACKERS] Open portability issues
Brook Milligan <brook@trillium.nmsu.edu>
From: Brook Milligan <brook@trillium.NMSU.Edu>
To: andreas.zeugswetter@telecom.at
Cc: maillist@candle.pha.pa.us, hackers@postgreSQL.org
Date: 1998-09-04T21:53:26Z
Lists: 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