From owner-freebsd-questions Wed Oct 30 19:10:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA20288 for questions-outgoing; Wed, 30 Oct 1996 19:10:42 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA20283 for ; Wed, 30 Oct 1996 19:10:38 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.7.5/8.7.3) with UUCP id UAA05005; Wed, 30 Oct 1996 20:10:30 -0700 (MST) Received: from localhost (marcs@localhost) by alive.ampr.ab.ca (8.7.5/8.7.3) with SMTP id UAA09909; Wed, 30 Oct 1996 20:10:26 -0700 (MST) Date: Wed, 30 Oct 1996 20:10:25 -0700 (MST) From: Marc Slemko X-Sender: marcs@alive.ampr.ab.ca To: Craig Shrimpton cc: questions@freebsd.org Subject: Re: wu-ftpd 2.4.2 beta 11 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk BSD make sometimes behaves differently than whatever make (GNU make?) the wuftpd developers are using. It seems to be something related to precedence of the default rules and the SRCS variable. May be a bug, may just be a difference. Do a 'cd src; gmake vers.o; cd ..' and try the build again. If you don't have gmake installed, a 'cd src; sh newvers.sh; cd ..' should do the same thing. Once you get past this, I don't think there are any more problems to deal with. On Wed, 30 Oct 1996, Craig Shrimpton wrote: > Howdy, > > Did anyone ever get the beta wu-ftpd to compile on FBSD? Mine is looking > for vers.c which it can't find. Is this FBSD or is wu-ftpd simply > missing code?