Re: Compiling problems on AIX 4.3.3 with GCC 2.95.2 for Squid 2.3.3 .stable4

From: Duane Wessels <wessels@dont-contact.us>
Date: Mon, 7 Aug 2000 14:52:18 -0600 (MDT)

On Mon, 7 Aug 2000, Larry J Eng wrote:

> -lcrypt -lpthread -lmiscutil -lbind -lnsl
> ld: 0711-317 ERROR: Undefined symbol: .floor
> ld: 0711-317 ERROR: Undefined symbol: .log
> ld: 0711-317 ERROR: Undefined symbol: .exp
> ld: 0711-317 ERROR: Undefined symbol: .pow
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.

looks like you're missing "-lm" on the compile line.

The configure script should have found "libm" and added it. You
might try editing src/Makefile and adding it by hand.
Received on Mon Aug 07 2000 - 14:54:53 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:45 MST