Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: userland build failing on i386 (libm loop)
On Feb 12, 2013, at 3:55 PM, Waitman Gobble wrote:
>
>
> I noticed some updates to libm, updated src.
>
> now build fails:
>
> # link awk/awk
> cc -O -D__EXTENSIONS__ -I/usr/src/../tools/include/compat
> -I/usr/src/tools/compat -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64
> -I/usr/src/tools/awk/../../external/historical/nawk/bin/../dist -I. -o awk
> awkgram.lo b.lo lex.lo lib.lo main.lo parse.lo proctab.lo run.lo tran.lo
> -L/usr/src/../tools/lib -lnbcompat -lz -lm
> /usr/lib/libm.so: undefined reference to `_scalbnfl'
> /usr/lib/libm.so: undefined reference to `scalbnf'
> /usr/lib/libm.so: undefined reference to `_scalbnf'
nm -o /usr/lib/lim.so | grep ' U'
You don't have built with the updated s_scalbn.S or
you still have an old libm.so installed.
Home |
Main Index |
Thread Index |
Old Index