Re: GD installation issue

2005-01-04 Thread Sherm Pendley
On Jan 4, 2005, at 2:14 PM, Jan Eden wrote: Related: The current libpng (1.2.8) does not contain the makefile.macosx mentioned in the installation manual. It's been a while, but when I built libpng for the "Fat Camel" package, I'm pretty sure I had to tweak that file quite a bit to get it to work

Re: GD installation issue

2005-01-04 Thread Sherm Pendley
On Jan 4, 2005, at 2:11 PM, Jan Eden wrote: Hm. I got the source directly at and checked the date after your message - the file dates back to 27-Mar-1998. That's the same one I'm using, right down to the date. It's not exactly a fast-moving target, I

Re: GD installation issue

2005-01-04 Thread Jan Eden
Jerry LeVan wrote on 04.01.2005: >Hmm, I guess the source I used must have been a bit dated. > >I copied the files config.guess and config.sub but I still had to >copy /usr/bin/glibtool over the generated libtool in order to get a >link. > >Jerry On Jan 4, 2005, at 12:27 PM, Sherm Pendley wrote:

Re: GD installation issue

2005-01-04 Thread Jan Eden
Sherm Pendley wrote on 04.01.2005: >On Jan 4, 2005, at 7:03 AM, Jan Eden wrote: > >> I am trying to install the gd library in order to use the GD module. >> So far, I have installed freetype and libpng, but when I fail to >> install libjpeg. >> >> When running configure like this: >> >> ./config

Re: GD installation issue

2005-01-04 Thread Jerry LeVan
Hmm, I guess the source I used must have been a bit dated. I copied the files config.guess and config.sub but I still had to copy /usr/bin/glibtool over the generated libtool in order to get a link. Jerry On Jan 4, 2005, at 12:27 PM, Sherm Pendley wrote: On Jan 4, 2005, at 7:37 AM, Jan Eden wrote:

Re: GD installation issue

2005-01-04 Thread Sherm Pendley
On Jan 4, 2005, at 7:37 AM, Jan Eden wrote: The idea is to produce libtool by configuring gd first, then copy the new libtool to my jpeg-6b directory It's easier than that. Just update config.guess and config.sub by copying them from /usr/share/libtool/. Like I said though - make sure you have t

Re: GD installation issue

2005-01-04 Thread Sherm Pendley
On Jan 4, 2005, at 7:03 AM, Jan Eden wrote: I am trying to install the gd library in order to use the GD module. So far, I have installed freetype and libpng, but when I fail to install libjpeg. When running configure like this: ./configure --enable-shared I get the following warning (and an err

Re: GD installation issue

2005-01-04 Thread Jan Eden
Hi again, Jan Eden wrote on 04.01.2005: >Hi, > >I am trying to install the gd library in order to use the GD module. >So far, I have installed freetype and libpng, but when I fail to >install libjpeg. > >When running configure like this: > >./configure --enable-shared > >I get the following warni