From owner-freebsd-hackers Tue Oct 29 04:02:02 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA21454 for hackers-outgoing; Tue, 29 Oct 1996 04:02:02 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA21355 for ; Tue, 29 Oct 1996 04:00:24 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id NAA13316 for ; Tue, 29 Oct 1996 13:00:48 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id NAA23196 for freebsd-hackers@freefall.cdrom.com; Tue, 29 Oct 1996 13:05:26 +0100 Date: Tue, 29 Oct 1996 13:05:26 +0100 From: Christoph Kukulies Message-Id: <199610291205.NAA23196@gilberto.physik.rwth-aachen.de> To: freebsd-hackers@freefall.FreeBSD.org Subject: libm.a (scalb/IEEE) problem Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm switching between libmsun and libm during testing which one would be more appropriate for my application and in the course of that I'm getting that (already reported) problem: # make 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 Stop. Bruce (bde) told me to install /usr/src/include first but this didn't change anything to the better. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de