Forum: CFEngine Help
Subject: Re: Warning: upcoming removal of Berkeley DB backend
Author: megamic
Link to topic: https://cfengine.com/forum/read.php?3,25234,25264#msg-25264

msvob...@linkedin.com Wrote:
-------------------------------------------------------
> Would you mind posting your build instructions for
> Tokyo Cabinet on Solaris?   I've tried to build
> it, fought, and lost.   Did you use
> /usr/sfw/bin/gcc, or did you build a more recent
> compiler?

# I am using this compiler:

$ /usr/sfw/bin/gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

# My build script is roughly as follows:

export PATH="/usr/sfw/bin:$PATH"
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/sfw/lib/pkgconfig/
export PKG_CONFIG=/usr/local/bin/pkg-config
export LDFLAGS="-L/usr/sfw/lib/ -R/usr/sfw/lib/"
export CPPFLAGS="-I/usr/sfw/include"
CC="gcc -m32 -O3" LD="/usr/ccs/bin/ld -m32" MAKE='/usr/sfw/bin/gmake' \
./configure --prefix=$INSTDIR --exec-prefix=$INSTDIR
gmake 
gmake install

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to