> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Tomislav Parcina
> Sent: Friday, January 13, 2006 12:28 PM
>
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] says...
> > 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.
> 
> When I try to patch with this one I get error message. 
This is not a patch is a simple makefile!
Save it in a file, with correct tabs, and run:
 make -f file
in the dir where app_rxfax.c resides.

> I have send mail to Steve Underwood, hopefully he will be 
> able to help me.
He rarely answers.

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