mldonkey-tasks
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-tasks] [task #4419] Check if libgd is compiled with zlib suppo


From: spiralvoice
Subject: [Mldonkey-tasks] [task #4419] Check if libgd is compiled with zlib support
Date: Tue, 19 Jul 2005 14:28:53 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050418 Firefox/1.0.3 (MOOX M2)

Follow-up Comment #8, task #4419 (project mldonkey):

Default FreeBSD 5.3 with gd-2.0.25.1 also fails configure test in MLDonkey:

checking for gdImageCreate  in -lgd... no
configure: libgd not available
checking support for graphical statistics... no

Applying the attached patch solves the problem:

checking for gdImageCreate  in -lgd... yes
checking for png_create_read_struct  in -lpng... yes
checking for gdImagePng in -lgd... yes
configure: using png support in libgd
checking for jpeg_CreateCompress in -ljpeg... yes
checking for gdImageJpeg in -lgd... yes
configure: using jpeg support in libgd
checking support for graphical statistics... yes

The code in the patch is the same as in the FreeBSD port.
It just allows configure to use files in /usr/local.
    _______________________________________________________

Additional Item Attachment:

File name: gd_config.patch                Size:0 KB

<http://savannah.nongnu.org/task/download.php?item_id=4419&item_file_id=237>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4419>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]