On Thu, 24 Jan 2002 [EMAIL PROTECTED] wrote: > I'm trying to install htdig in FREEBSD (I don't know the version) > Making all in db > "Makefile", line 422: Need an operator > make: fatal errors encountered -- cannot continue
There are two different styles of 'make' program. There's the BSD make program and the GNU-style make program. They use slightly different syntax in certain parts of the Makefile. Try "gmake" on BSD-like systems and see if that helps. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

