[Asterisk-Users] Re: asterisk-addons on FreeBSD

Tom Ivar Helbekkmo tih at eunetnorge.no
Fri Oct 1 07:03:24 MST 2004


"Victor Alvarez" <victor at sentidocomun.es> writes:

> bash-2.05b# make clean
> "Makefile", line 56: Missing dependency operator
> "Makefile", line 57: Could not find .depend
> "Makefile", line 58: Need an operator
> make: fatal errors encountered -- cannot continue

When you see errors like this, it's usually because the Makefile was
written specifically for GNU Make, which is the default make on most
Linux "Distros".  In the Berkeley world, we normally use regular Make,
so to build applications like Asterisk, you need to install GNU Make
separately, say, from the Ports collection.  It's usually invoked with
the command 'gmake'.

-tih
-- 
Tom Ivar Helbekkmo, Senior System Administrator, EUnet Norway Hosting
www.eunet.no  T +47-22092958 M +47-93013940 F +47-22092901 FWD 484145



More information about the asterisk-users mailing list