From owner-freebsd-questions Mon Jan 20 14:39:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA04134 for questions-outgoing; Mon, 20 Jan 1997 14:39:05 -0800 (PST) Received: from hod.tera.com ([206.215.142.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA04123 for ; Mon, 20 Jan 1997 14:38:59 -0800 (PST) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod.tera.com (8.7.5/8.7.3) with ESMTP id OAA29676; Mon, 20 Jan 1997 14:38:12 -0800 (PST) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id OAA06926; Mon, 20 Jan 1997 14:38:10 -0800 (PST) Message-Id: <199701202238.OAA06926@athena.tera.com> Subject: Re: What is gm4 and where can I get it? In-Reply-To: from "Sean J. Schluntz" at "Jan 20, 97 02:24:27 pm" To: schluntz@pinpt.com (Sean J. Schluntz) Date: Mon, 20 Jan 1997 14:38:10 -0800 (PST) Cc: schluntz@pinpt.com, kline@tera.com, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Sean J. Schluntz: > > > I was attempting to make the GNATs port and got a STOP 2 because gm4 could > not > > > be found on the system. I did not see it on the ports list and it did not > > > > come up on the two search options from the web page. Where can I find > this > > > app and what is it? > > > > > > > > > > Oops: you said gm4. It probably is looking for ``m4''. > > Check the makefile. > > > > gary > > > > PS: gnats is most likely auto-configuring at any rate, > > so it wouldn't hurt to pull down the entire tarball > > from an archive site... . > > You are right, it is looking for the GNU version of m4, I tried to make a ln > to m4 called gm4 and the gmake called it correctly, but it exited with a > > gm4 ./config.m4 ./config.c.in > config.c-t > gm4: missing right quote > > so I think I might have to track down the GNU m4 to get this to work.. :( > Glad you figured out what gnats needs. It might benefit everybody to have the GNU m4 along with the BSD version. Over the years, I've found things from FSF strictly #1 top-rate. The GNU m4 shouldn't be hard to find. archie will point you at any number of archive sites. gary