mldonkey-bugs
[Top][All Lists]
Advanced

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

[Mldonkey-bugs] [bug #14333] libgd not available in mandrake 10.0


From: Alessandroni Paolo
Subject: [Mldonkey-bugs] [bug #14333] libgd not available in mandrake 10.0
Date: Tue, 30 Aug 2005 12:49:46 +0200
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Follow-up Comment #2, bug #14333 (project mldonkey):

The release is the last CVS download (2005/08/29) with patch 4362 applied.

gdlib-config --libs report:
-lXpm -lX11 -ljpeg -lfreetype -lpng -lz -lm

config.log report:
...
configure:13136: checking for gdlib-config
configure:13152: found /usr/bin/gdlib-config
configure:13162: result: gdlib-config
configure:13174: checking for gdImageCreate in -lgd
configure:13192: gcc -o conftest -g -O2   conftest.c   -lgd -lXpm -lX11
-ljpeg -lfreetype -lpng -lz -lm >&5
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
configure:13198: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_ZLIBVERSION 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZLIBVERSION 1
| #define USE_BZIP2 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ENDIAN_H 1
| #define ENABLE_SHA1NEW 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LOCALE_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_GNU_LIBC_VERSION_H 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| #include <gd.h>
| int
| main ()
| {
| gdImageCreate (0,0);
|   ;
|   return 0;
| }
configure:13222: result: no
configure:13226: checking trying another method
configure:13228: checking for gdImageCreate in -lgd
configure:13258: gcc -o conftest -g -O2   conftest.c -lgd    -lgd -lXpm -lX11
-ljpeg -lfreetype -lpng -lz -lm >&5
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
configure:13264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_ZLIBVERSION 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZLIBVERSION 1
| #define USE_BZIP2 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ENDIAN_H 1
| #define ENABLE_SHA1NEW 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LOCALE_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_GNU_LIBC_VERSION_H 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char gdImageCreate ();
| int
| main ()
| {
| gdImageCreate ();
|   ;
|   return 0;
| }
configure:13290: result: no
configure:13811: libgd not available
configure:13816: checking support for graphical statistics
configure:13826: result: no
...

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14333>

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.nongnu.org/





reply via email to

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