From owner-freebsd-questions Sun Jun 8 16:34:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22419 for questions-outgoing; Sun, 8 Jun 1997 16:34:10 -0700 (PDT) Received: from fs.IConNet.NET (core.IConNet.NET [199.173.160.250]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22414 for ; Sun, 8 Jun 1997 16:34:07 -0700 (PDT) Received: from myname.my.domain (client201-122-23.bellatlantic.net [151.201.122.23]) by fs.IConNet.NET (8.8.5/8.8.5) with SMTP id TAA07831; Sun, 8 Jun 1997 19:35:34 -0400 (EDT) Date: Sun, 8 Jun 1997 19:34:22 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: lesstif@hungry.com cc: questions@freebsd.org Subject: can't make depend on FreeBSD (lesstif-0.79) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Regarding building lesstif-0.79 from sources: make depend won't work I recently triend 'make depend' on FreeBSD 2.2.2, and I was getting messages like 'srcdir: not found', but meanwhile, srcdir=. was at the top of the maakefile. I think where this was conking out was where $(srcdir) was nested inside another ${ .... $(srcdir)$.c }, etc., in the lib/Xm subdirectory. I think this may be because BSD make doesn't handle nested variables as well as GNU make. I think the only solution would be to download GNU make and install it as gmake to differentiate it from the make on my system. Any suggestions appreciated. Donn email: dmm125@bellatlantic.net phone: 412 547-9089