> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Tomislav Parcina
> Sent: Friday, January 13, 2006 9:03 AM
>
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] says...
> > makefile.patch is buggy.
> > Compile app_rxfax and app_txfax by hand.
> 
> I have tried two patches, one was applied without returning 
> any error. 
> So I gess makefile was pattched OK.
> 
> Anyway, I'll try to patch it by hand. First I need to find 
> instructions (yesterday I have find them on some web pages, 
> hopefully I will be able to find them today). And I have one 
> question. I need to copy old unpached MakeFile from source 
> tar file, right?
> 
> P.S.
> Do you have link to instructions how to compile app_rxfax and 
> app_txfax by hand?

I solved with this simple makefile:

all: app_rxfax.so app_txfax.so

app_rxfax.so: app_rxfax.c
        gcc -shared -Xlinker -x -O2 -D_GNU_SOURCE -Iinclude -I../include -o
$@ app_rxfax.c -lspandsp -ltiff

app_txfax.so: app_txfax.c
        gcc -shared -Xlinker -x -O2 -D_GNU_SOURCE -Iinclude -I../include -o
$@ app_txfax.c -lspandsp -ltiff 

but as usual cut&paste is problematic.

Mimmus

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to