[Asterisk-Dev] compile app_dial.c

Innocent Evil innocent.evil at inbox.com
Tue Dec 6 07:48:13 MST 2005


> -----Original Message-----
> From: tzafrir.cohen at xorcom.com
> Sent: Tue, 6 Dec 2005 10:16:17 +0200
> To: asterisk-dev at lists.digium.com
> Subject: Re: [Asterisk-Dev] compile app_dial.c
> 
> On Mon, Dec 05, 2005 at 06:27:10PM -0500, Russell Bryant wrote:
>> 
>> On Dec 5, 2005, at 5:27 PM, Steven Critchfield wrote:
>> >>I have complied asterisk from source.
>> >>I am trying to recompile app_dial.c after made couple of little
>> >>changes.
>> >>What I want to do is to recreate app_dial.so without recompile
>> >>full asterisk.
>> >>How can I do it?
>>> 
>> >First, rebuilding asterisk isn't much of a chore.
>>> 
>> >Second, learn how make works. Make shouldn't rebuild all of the source
>> >unless you have done a make clean.
>>> 
>> >So finally, you should just issue a make in the base of the asterisk
>> >tree.
>> 
>> There is also a utility that was written by Anthony Minessale (anthm)
>> that can be used for this.  Copy contrib/scripts/astxs to somewhere
>> in your PATH.  Then, in the base asterisk source directory, run
>> 'astxs apps/app_dial.c'.
> 
> If the change is simply in app_dial.c, shouldn't a simple 'make
> app_dial.c' from apps do just that?
> 
> If not: what's the problem?
> 

Because, app_dial is not an standalone appliation, it despends on base asterisk.

Thanks,



More information about the asterisk-dev mailing list