From owner-freebsd-current Mon Oct 21 12:01:12 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA04035 for current-outgoing; Mon, 21 Oct 1996 12:01:12 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA04030 for ; Mon, 21 Oct 1996 12:01:08 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id EAA25502; Tue, 22 Oct 1996 04:58:55 +1000 Date: Tue, 22 Oct 1996 04:58:55 +1000 From: Bruce Evans Message-Id: <199610211858.EAA25502@godzilla.zeta.org.au> To: freebsd-current@freefall.freebsd.org, kuku@gilberto.physik.rwth-aachen.de Subject: Re: libm (WANT_CSRG_LIBM) doesn't build Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >defined WANT_CSRG_LIBM in /etc/make.conf: > ># cd /usr/src/lib ># make >.... >===> libxpg4 >===> liby >===> libz >===> libcrypt >===> libtelnet >===> libm >Warning: Object directory not changed from original /usr/src/lib/libm >cc -O2 -m486 -pipe -I/usr/src/lib/libm/common_source -Dnational -c /usr/src/lib/libm/ieee/support.c -o support.o >/usr/src/lib/libm/ieee/support.c: In function `scalb': >/usr/src/lib/libm/ieee/support.c:91: argument `N' doesn't match prototype >/usr/include/math.h:151: prototype declaration >*** Error code 1 Use `make world' or install /usr/src/include first. If anything actually uses scalb, then recompile it and increase the major number of libm every time you switch the library. Bruce