[Asterisk-Users] Can some bady help me ???

Tim Donahue tdonahue at haynes-group.com
Thu Nov 18 07:36:06 MST 2004


On Thu, 2004-11-18 at 10:26 -0500, Rodney Acosta Coya wrote:
> i found de file Makefile but i dont now what to do with  it
> look at this
[snip]
> inux:/inst/pbx/asterisk-1.0.0 # make:make install
> bash: make:make: command not found
> linux:/inst/pbx/asterisk-1.0.0 # ls
> .   
[snip]

Try "make && make install" (no quotes) or use 2 separate commands like:

# make
(make does a bunch of stuff)
# make install


Tim Donahue




More information about the asterisk-users mailing list