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