|
From: Tatsuro M. <tma...@ya...> - 2010-03-21 08:33:17
|
Hello Using dirty hacks, I at last have been able to build the gd library from the sourve 2010-01-19(suspect from dates of files) suggested by Manfred Schwarb. Add #Around line 570 of configure.ac, you have to add tests/gdimagefilledpolygon/Makefile tests/gdimageopenpolygon/Makefile tests/gdimagepolygon/Makefile and comment out line 64 AM_ICONV # if test -n "$LIBICONV" ; then # LIBS="$LIBS $LIBICONV" | v # AM_ICONV And ./bootstrap on cygwin to make configure and Makefile. By this change, iconv search library search was not carried out while the header file searches were carried out In config.h, one can find #define HAVE_ICONV_H 1 #define HAVE_ICONV_T_DEF 1 but not #define HAVE_ICONV so that I add -DHAVE_ICONV in the CPPFLAGS. The libtool was failed described previously, I copied the libtool script generated in gd-2.0.36RC1. In this case, the dll build resulted in failure. I generated dll file from static libraries as described the the following page. http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/build_gnuplot_on_mingw.html at 'gd library' This was a dirty example at present. I would like to improve the situation but the improving procedure is beyond my ability. BTW, with this libraries, the problems in libpng-1.4 and of fontconfig linking were of course solved. Regards Tatsuro --- Tatsuro MATSUOKA wrote: > Hello > > Sorry! > Please ignore the below post. > > --- Tatsuro MATSUOKA wrote: > > > Hello > > > > I can build gd library by copying libtool by gd-2.0.36RC1 to the current build directory. > > This is not a correct way but I have done it because I do not have no other idea to overcome > > the errors. > > > > Regards > > > > Tatsuro > > > -------------------------------------- > VANCOUVER 2010 PARALYMPIC GAMES News > http://pr.mail.yahoo.co.jp/para/ > -------------------------------------- VANCOUVER 2010 PARALYMPIC GAMES News http://pr.mail.yahoo.co.jp/para/ |