From: Xavier V. <xav...@fr...> - 2004-01-29 09:07:43
|
> Hi List! Hi Markus ! > 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 There's a problem in your Makefile. Try to delete Makefile and configure and type 'autoconf', then reconfigure ! If it doesn't work again, blame Michael, or try to do a new checkout ;) > I've seen a Directory named debian in the CVS tree. what is it and how > i use The faster way to use it is : - make sure it compiles with the normal ./configure && make command - deinstall the old hand-installed one (make uninstall) - in the lcd4linux directory, type 'fakeroot debian/rules binary', and wait (maybe you'll have to apt-get install fakeroot) - cd .. and you'll have a file named 'lcd4linux_0.9.11-1_i386.deb', it's the pacakge: type 'dpkg -i lcd4linux_0.9.11-1_i386.deb', and that's all ! Maybe the postinstall will fail, but don't matter, it'll work (and make a backup of your /etc/lcd4linux.conf before !) There's even a /etc/init.d/lcd4linux automatically activated for runlevel 2, delete your old init script of there's one. Bye ! -- Xavier VELLO <xav...@fr...> PS: there's no way to have a 'reply-to' header on SF MLs, so to reply to a post, choose 'reply to list' in your mail client, or the mail will go to the poster, not the list. |