Xymon Mailing List Archive search

4.0.3rc1 available - Compile Error

list Henrik Størner
Tue, 26 Apr 2005 18:08:58 +0200
Message-Id: <user-c1ccee7ecd2a@xymon.invalid>

On Tue, Apr 26, 2005 at 12:34:56PM +0100, Chris Morris wrote:
<FONT color=#0000ff size=2>
Please try to post questions using plain text - HTML is for webpages,
not e-mail ...
ld: 0711-317 ERROR: Undefined symbol: .atoll
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information
collect2: ld returned 8 exit status
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)


Regards,
Henrik