Return to BSD News archive
Xref: sserve comp.infosystems.www.servers.unix:1932 comp.unix.bsd.freebsd.misc:3253 Newsgroups: comp.infosystems.www.servers.unix,comp.unix.bsd.freebsd.misc Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!col.hp.com!sdd.hp.com!swrinde!howland.reston.ans.net!news-e1a.megaweb.com!newstf01.news.aol.com!uunet!in1.uu.net!uunet.ca!news.uunet.ca!wildcan!alexd From: alexd@system9.unisys.com (Alex Dumitru) Subject: Re: FreeBSD NSCA httpd compiled? Message-ID: <1995Jul14.173516.11390@system9.unisys.com> Followup-To: comp.infosystems.www.servers.unix,comp.unix.bsd.freebsd.misc Organization: Unisys GIS X-Newsreader: TIN [version 1.2 PL2] References: <3tv840$b5k@falcon.ccs.uwo.ca> <THUNDER.95Jul14020248@icomm.rnd.su> Date: Fri, 14 Jul 1995 17:35:16 GMT Lines: 19 Alexander A. Ivanoff (thunder@icomm.rnd.su) wrote: : On 12 Jul 1995 01:22:08 GMT, "w.c. trenholm" <trenholm@julian.uwo.ca> said: : w> Does anyone know where I could find a copy of NSCA httpd version 1.4.2 : w> compiled? : w> I just got FreeBSD setup, and I keep getting an Makefile error saying: : w> "Makefile", line 92: Need an operator : w> "Makefile", line 116: Need an operator : w> Fatal errors encountered -- cannot continue : w> *** Error code 1 : Check all Makefiles in subdirectories for include statements and change : them to .include "file" - see 'man make' for details. Hmmm. I usually vi the file and remove the offending white space... You will find that if you have a tab on a line by itself, make will choke with the above message. YMMV. cheers alex