Xymon Mailing List Archive search

4.0.3rc1 available - Compile Error

list Henrik Størner
Mon, 2 May 2005 09:39:40 +0200
Message-Id: <user-f7635461b4c4@xymon.invalid>

On Wed, Apr 27, 2005 at 09:34:24AM +0100, Morris, Chris (Shared Services) wrote:
On Tue, Apr 26, 2005 at 5:09 PM Henrik Stoerner wrote:
No atoll() routine. Ok, change the line in hobbit-4.0.3rc1/lib/misc.h
(near the end) that reads

  #if defined(HPUX) || defined(BSD)
to
  #if defined(HPUX) || defined(BSD) || defined(AIX)
That didn't help - still get exactly the same error message

gcc -o hobbitd_larrd  hobbitd_larrd.o     hobbitd_worker.o do_larrd.o
../lib/libbbgen.a -L/usr/local/rrdtool-1.0.33/lib -lrrd -L/usr/lib -lpng
-L/usr/lib -lz -lm -L/usr/local/lib -lpcre
ld: 0711-317 ERROR: Undefined symbol: .atoll
Did you run "make clean" first, then "make" ?


Henrik