Xymon Mailing List Archive search

Hobbit instlalation on Solaris 9

list Mike Arnold
Thu, 9 Aug 2007 07:28:18 -0700 (MST)
Message-Id: <user-6bc706ccf618@xymon.invalid>

Robert wrote:
 Hi list,
  I am trying to compile hobbit on Solaris 9, make is failing:

  bash-2.05# pwd
/apps/hobbit/bbgen-3.5/build
bash-2.05# cd ..
bash-2.05# make
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -DHAVE_RPCENT
-DMAXMSG=8192 -DBBDPORTNUMBER=1984 -I. -I`pwd`/include"
SSLFLAGS="-DBBGEN_SSL" SSLINCDIR="-I/usr/local/ssl/include"
SSLLIBS="-L/usr/local/ssl/lib -lcrypto -lssl" NETLIBS="-lresolv -lsocket
-lnsl" make -C lib all
Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][ -DD ]
             [ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S ][
-t ]
             [ -u ][ -w ][ -V ][ target... ][ macro=value... ][ "macro
+=value"... ]
make: Fatal error: Unknown option `-C'
*** Error code 1
make: Fatal error: Command failed for target `lib-build'

  it is using -C option which is not a right option, which option I can
use and chaning in /bbgen-3.5/build/Makefile.rules is sufficient?
  Please let me know.
You need to use gmake and not Solaris make.

Or you can always use the packages from http://www.blastwave.org/ .

-- 
-m