From owner-freebsd-current Sun Aug 17 17:30:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA06766 for current-outgoing; Sun, 17 Aug 1997 17:30:11 -0700 (PDT) Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA06759 for ; Sun, 17 Aug 1997 17:30:03 -0700 (PDT) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id UAA18175; Sun, 17 Aug 1997 20:30:05 -0400 From: Bill Paul Message-Id: <199708180030.UAA18175@skynet.ctr.columbia.edu> Subject: Re: another make world problem To: andreas@klemm.gtn.com (Andreas Klemm) Date: Sun, 17 Aug 1997 20:30:03 -0400 (EDT) Cc: current@freebsd.org In-Reply-To: <19970817230100.39614@klemm.gtn.com> from "Andreas Klemm" at Aug 17, 97 11:01:00 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Of all the gin joints in all the towns in all the world, Andreas Klemm had to walk into mine and say: > > Ok, I removed /usr/include, did a make includes. > > /usr/include/tcl.h is missing. Copied it by hand. > > Next problem: > > cc -pipe -O -DYP -c /usr/src/usr.bin/chkey/../newkey/update.c > /usr/src/usr.bin/chkey/../newkey/update.c: In function `_openchild': > /usr/src/usr.bin/chkey/../newkey/update.c:189: warning: assignment makes pointer from integer without a cast > cc -pipe -O -DYP -c /usr/src/usr.bin/chkey/../newkey/generic.c > /usr/src/usr.bin/chkey/../newkey/generic.c:46: mp.h: No such file or directory [chop] > Let's have a look, where mp.h is located ... It's supposed to be installed as part of the GNU libmp installation. Being a GNU package, most of it lives in /usr/contrib. Building the GNU mp library should install libmp, libgmp, mp.h and gmp.h. The Secure RPC stuff needs libmp for its public/secret key support. mp.h and gmp.h _don't_ get installed as part of make includes; they get installed whenever libmp is built. No, you may not start a big argument over libmp. We need it. We should have had the real 4.4BSD one, but it was encumbered. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" =============================================================================