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

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to