[Date Prev][Date Next] [Chronological] [Thread] [Top]

compiling on Solaris 2.6 (ITS#290)



Full_Name: Yun Ye
Version: 1.2.7
OS: Solaris 2.6
URL: 
Submission from: (NULL) (198.93.2.23)


The Solaris compilation hints file with 1.2.7 is wrong.  The one with 1.2.3 was
correct:

LIBS="-lpthread -lposix4"
export LIBS
./configure

I would also like to add these to the Solaris hints for compiling with Berkeley
DB
(because it took me a long time to figure out how to make it work):

DBDIR="/usr/local/BerkeleyDB"
CFLAGS="-I${DBDIR}/include"
CPPFLAGS="-I${DBDIR}/include"
LDFLAGS="-L${DBDIR}/lib"
export CFLAGS CPPFLAGS LDFLAGS
./configure --with-ldbm-api=db2