[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: s390 Linux jpeg-6b problem
From: |
Ralf Wildenhues |
Subject: |
Re: s390 Linux jpeg-6b problem |
Date: |
Wed, 7 Mar 2007 18:51:42 +0100 |
User-agent: |
Mutt/1.5.14 (2007-03-03) |
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