Re: Problem compiling mISDNuser
"H.Heinold" <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 30, 2013 at 11:17:50PM +0200, Dan Johansson wrote: > On 30.04.2013 09:53, H.Heinold wrote: > >> 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. > > Ok, that could be it - do you have the URL for this git repository? > > Regards, > -- > Dan Johansson, <http://www.dmj.nu> > *************************************************** > This message is printed on 100% recycled electrons! > *************************************************** > pub 1024D/2FB894AD 2004-12-09 Dan Johansson <[email protected]> > sub 1024g/C3D6BD5B 2004-12-09 Same as misdn. http://git.misdn.eu/?p=projects/isdn4k-utils.git;a=summary Bye Henning