[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] 4.0.3rc1 available - Compile Error
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] 4.0.3rc1 available - Compile Error
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 26 Apr 2005 18:08:58 +0200
- References: <E1DQOLA-000ARl-Sr@webm9.global.net.uk>
- User-agent: Mutt/1.5.5.1i
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