7 Mar 2007 18:51
Re: s390 Linux jpeg-6b problem
Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>
2007-03-07 17:51:42 GMT
2007-03-07 17:51:42 GMT
Hello John, Thanks for the report. * Gnew, John C wrote on Wed, Mar 07, 2007 at 06:38:39PM CET: > I am configuring they jpeg-6b software to run on a s390 linux port. > > The Makefile file ends up with LIBTOOL = ./libtool but should be either > just libtool or /usr/bin/libtool. Could you point me to the tarball that you're using, so that I can see how it uses libtool? Thanks. > The following is from my ./configure and make [...] > checking host system type... Invalid configuration > `s390-unknown-linux-gnu': machine `s390-unknown' not recognized This looks suspicious. Is the tarball very old? Because newer config.guess/config.sub files know about s390-unknown-linux-gnu and do not complain about it. > /usr/src/jpeg-6b$ sudo make > > ./libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c > > make: ./libtool: Command not found I guess you could work around it by make LIBTOOL=libtool Cheers, Ralf
RSS Feed