From: Martin H. <ma...@he...> - 2003-10-01 10:12:57
|
Hi Michael. Michael Reinelt wrote: >>> one of the problems have been: >>> >>> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. >>> -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c display.c >>> ./libtool: line 1: s%^.*/%%: No such file or directory >>> ./libtool: line 1: -e: command not found > > > Martin, this was the error you encountered, right? Correct. The full error I got was: /bin/sh ./libtool --mode=link /nfs/ghlx02/stuff/sourceforge/src/bering-uclibc/buildtool/staging/usr/bin/gcc -D_GNU_SOURCE -Wall -Os -s -I/nfs/ghlx02/stuff/sourceforge/src/bering-uclibc/buildtool/staging/include:/nfs/ghlx02/stuff/sourceforge/src/bering-uclibc/buildtool/staging/include/include -o lcd4linux lcd4linux.o debug.o cfg.o lock.o pid.o parser.o processor.o system.o isdn.o mail.o seti.o battery.o dvb.o filter.o udelay.o display.o pixmap.o bar.o icon.o fontmap.o exec.o mail2.o socket.o BeckmannEgle.o Crystalfontz.o Cwlinux.o HD44780.o M50530.o T6963.o USBLCD.o MatrixOrbital.o parport.o -lm ./libtool: s%^.*/%%: No such file or directory ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found ./libtool: -e: command not found > Martin, Patrick, could you please report your versions, too? $autoconf --version autoconf (GNU Autoconf) 2.57 Written by David J. MacKenzie and Akim Demaille. $automake --version automake (GNU automake) 1.6.3 Written by Tom Tromey <tr...@re...>. $libtool --version ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52) $ libtoolize --version libtoolize (GNU libtool) 1.4.2 Looking at the versions you posted, it looks like my version of libtool is pretty old - I'll update that to something more current as soon as I have time. Martin |