Re: Problem compiling mISDNuser
"H.Heinold" <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
> mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -shared -o > mISDNcapid daemon.o application.o lplci.o mplci.o ncci.o mc_buffer.o > SupplementaryService.o listen.o faxl3.o alaw.o sff.o g3_mh.o capi_obj.o > ../lib/libmisdn.la -lcapi20 -lcapi20 -lpthread > libtool: link: gcc -g -O2 -o .libs/mISDNcapid daemon.o application.o > lplci.o mplci.o ncci.o mc_buffer.o SupplementaryService.o listen.o > faxl3.o alaw.o sff.o g3_mh.o capi_obj.o ../lib/.libs/libmisdn.so > /usr/lib/libcapi20.so -lpthread > daemon.o: In function `get_profile': > /usr/local/src/mISDNuser/capi20/daemon.c:1645: undefined reference to > `capi_dump_shared' > daemon.o: In function `main': > /usr/local/src/mISDNuser/capi20/daemon.c:2165: undefined reference to > `register_dbg_vprintf' > application.o: In function `Free_Application': > /usr/local/src/mISDNuser/capi20/application.c:195: undefined reference > to `capi_freeapplid' > collect2: ld returned 1 exit status > make[2]: *** [mISDNcapid] Error 1 > make[2]: Leaving directory `/usr/local/src/mISDNuser/capi20' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/mISDNuser' > make: *** [all] Error 2 Hi, you are using the libcapi which is provided by your linux-distribution, which is maybee too old or wrong configured. Try to use the latest capi from git and compile it yourself. -- Bye Henning