On Thu, Sep 23, 2004 at 11:03:21AM +0200, [EMAIL PROTECTED] wrote: > Hello, > > I?m trying to compile the Fritz CAPI module for Debian stable, following > the steps related in > > http://www.voip-info.org/tiki-index.php?page=Asterisk%20AVM%20Fritz%20CAPI%20Driver%20Install > > > > But I always get the same error, > > debian-asterisk:/home/ismaelg/fritz# make
Have you called make clean first? > (cd src.drv; make CARD=fcpci) > make[1]: Entering directory `/home/ismaelg/fritz/src.drv' > cc -c -DMODULE -DMODVERSIONS -D__KERNEL__ -DNDEBUG \ -march=i686 -O2 > -Wall -I /usr/src/kernel-source-2.4.18/include/ \ main.c -o main.o You use kernel version 2.4.18? Why? > cc: cannot specify -o with -c or -S and multiple compilations > make[1]: *** [main.o] Error 1 > make[1]: Leaving directory `/home/ismaelg/fritz/src.drv' > make: *** [drv] Error 2 > debian-asterisk:/home/ismaelg/fritz# > > I don't know what is happening. > > Could someone give me a clue to solve this? What is the version of the avm-driver? Check ftp.avm.de/cardware/fritzcrd.pci/linux... Try some of the older versions (8.1, 8.0) > > Thanks a lot. > > Ismael Gil. > > > _______________________________________________ > 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 -- Tho/\/\as _______________________________________________ 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
