Re: s390 Linux jpeg-6b problem

2007-03-07 Thread Bob Friesenhahn

On Wed, 7 Mar 2007, Gnew, John C wrote:


I am configuring they jpeg-6b software to run on a s390 linux port.


Try the version at 
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/delegates/libjpeg-6b.tar.bz2 
and let me know if it doesn't work any better.  This version is the 
same as jpeg-6b but with a more modern configure script based on 
development libtool 2.0.


Bob
==
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/



___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: s390 Linux jpeg-6b problem

2007-03-07 Thread Ralf Wildenhues
Allow me to keep the mailing list in Cc:, thanks.

* Gnew, John C wrote on Wed, Mar 07, 2007 at 06:55:36PM CET:
> The tarball is at http://www.ijg.org/files/jpegsrc.v6b.tar.gz

Wow.  That's almost 9 years old!  Still it works fine here once I
replace the config.guess and config.sub files with newer ones from


:-)

> I manually changed the Makefile and it compiled just fine.

OK, good.

Cheers,
Ralf


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: s390 Linux jpeg-6b problem

2007-03-07 Thread Ralf Wildenhues
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


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


s390 Linux jpeg-6b problem

2007-03-07 Thread Gnew, John C
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.

 

The following is from my ./configure and make

 

/usr/src/jpeg-6b$ sudo ./configure --prefix=/usr --enable-static --

enable-shared

checking for gcc... gcc

checking whether the C compiler (gcc  ) works... yes

checking whether the C compiler (gcc  ) is a cross-compiler... no

checking whether we are using GNU C... yes

checking how to run the C preprocessor... gcc -E

checking for function prototypes... yes

checking for stddef.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for size_t... yes

checking for type unsigned char... yes

checking for type unsigned short... yes

checking for type void... yes

checking for working const... yes

checking for inline... __inline__

checking for broken incomplete types... ok

checking for short external names... ok

checking to see if char is signed... no

checking to see if right shift is signed... yes

checking to see if fopen accepts b spec... yes

checking for a BSD compatible install... /usr/bin/install -c

checking for ranlib... ranlib

checking host system type... Invalid configuration
`s390-unknown-linux-gnu': machine `s390-unknown' not recognized

 

checking libjpeg version number... 62

creating ./config.status

creating Makefile

creating jconfig.h

jconfig.h is unchanged

/usr/src/jpeg-6b$ sudo make

./libtool --mode=compile gcc -O2  -I. -c ./jcapimin.c

make: ./libtool: Command not found

make: *** [jcapimin.lo] Error 127

 

John Gnew

EDS - Software Services- Operating System Support

MS: D2-1A-10 

6901 Windcrest PKWY 

Plano, TX 75024

Phone +01-972-604-3100 (8-834)

Home +01-972-618-8213

Pager +01-877-265-9412

Fax +01-972-604-0847

EMail mailto:[EMAIL PROTECTED]

 

___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool