[Asterisk-Users] RE: RE: Spandsp
Viggiani Domenico
Viggiani at pitagora.it
Fri Jan 13 05:57:06 MST 2006
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
> Tomislav Parcina
> Sent: Friday, January 13, 2006 12:28 PM
>
> In article <000501c61825$67ed7670$cf42e3c1 at pitagora.it>,
> dviggiani at tiscali.it 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
More information about the asterisk-users
mailing list