From: Luk C. <luk...@ug...> - 2004-01-29 18:59:59
|
> I have now Debian SID on my Maschine and want to comlile the CVS Source, > but i got following error: > > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE - > Wall -g > -O2 -c parport.c > make: LIBTOOL@: Kommando nicht gefunden > make: *** [lcd4linux] Fehler 127 Probably you don't have a file (generated by configure) named libtool in the source directory? > Which packages must be installed? > Can someone help me to solve this problem? > I've seen a Directory named debian in the CVS tree. what is it and how > i use > it? Well I've just checked the build in a clean chroot with just build-essential, debhelper and xlibs-dev installed. You can build by running make -f debian/rules Cheers Luk |