On Sat, Oct 19, 2002 at 07:54:01PM -0700, Kris Kennaway wrote:
> World is broken if you try and build with -fno-builtin:
> 
> c++  -O -pipe -ggdb -fno-builtin -march=pentium3    
>-I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf  
>-o gperf bool-array.o gen-perf.o hash-table.o iterator.o key-list.o list-node.o 
>main.o new.o options.o read-line.o trace.o vectors.o version.o hash.o getopt.o 
>getopt1.o
> gen-perf.o: In function `Gen_Perf::Gen_Perf()':
> /usr/src/contrib/gperf/src/bool-array.icc:81: warning: rand() does not produce 
>high-quality random numbers and should not generally be used
> /usr/obj/usr/src/i386/usr/lib/libstdc++.so: undefined reference to `fabsl'
> *** Error code 1
> 
This is because we lack the

long double fabsl(long double);

in -lm and <math.h>.


Cheers,
-- 
Ruslan Ermilov          Sysadmin and DBA,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          FreeBSD committer,
+380.652.512.251        Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

Attachment: msg45014/pgp00000.pgp
Description: PGP signature

Reply via email to