On Sun, 6 May 2001, Rasmus Lerdorf wrote:

> On Sun, 6 May 2001, Sascha Schumann wrote:
>
> > > That's because the GD-1.8.3 lib on www.php.net does have GIF support.

    Well, actually it does not have GIF support.

    $ nm /home/rasmus/gd-1.8.3/libgd.a|grep -i gif|wc -l
          0

    However, the gd lib in /usr/lib has GIF support.  I initially
    configured PHP using --with-jpeg-dir=/usr and therefore
    -L/usr/lib was erroneously in LDFLAGS (or LIBS) during the
    gdCreateImageFromGif test.  This actually should not happen..

    During the build, /home/rasmus/gd-1.8.3 was included before
    /usr/include and hence a mismatch between the expected
    features and the contents of the header file occured, leading
    to various error messages.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to