|
From: Tatsuro M. <tma...@ya...> - 2010-03-21 03:40:28
|
Hello Manfred Schwarb Thank you for your mail. Excuse this post is not directly related for gnuplot. Please allow me. --- Manfred Schwarb wrote: > In my follow-up mail of march 7, 2010 I indicated how to fix it. You > have to modify configure.ac. > ****************** I know your follow up. But ./bootstrap.sh failed at that time. I have reported to perhaps to 'issues' in http://bitbucket.org/pierrejoye/gd-libgd-20 I cannot find it now. I have now download gd-libgd-20-tip.tar.gz again. I have tried again. After the change you suggested, ********** Around line 570 of configure.ac, you have to add tests/gdimagefilledpolygon/Makefile tests/gdimageopenpolygon/Makefile tests/gdimagepolygon/Makefile *********** ./bootstrap.sh was carried out. The results are On cygwin $ ./bootstrap.sh configure.ac:64: warning: macro `AM_ICONV' not found in library configure.ac:64: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Failed At that time I have stopped here. configure.ac:64: error: possibly undefined macro: AM_ICONV ****************** configure.ac:64-67 AM_ICONV # if test -n "$LIBICONV" ; then # LIBS="$LIBS $LIBICONV" # fi **************** I commented out AM_ICONV like #AM_ICONV The ./bootstrap.sh went well. And the I go back Msys+mingw cd "C:\usr\tatsu\mingwhome\tools\gd\gd-libgd-2.0_20100119_build" CC='gcc -shared-libgcc' \ CPPFLAGS='-DHAVE_BOOLEAN -I/WinDevTools/include' \ LDFLAGS='-L/WinDevTools/lib' \ CFLAGS='-O3 -fomit-frame-pointer' \ LIB='-liconv' \ ../gd-libgd-2.0_20100119/configure --disable-libtool-lock --prefix=/WinDevTools configure seemed went well but At the make /bin/sh ./libtool --tag=CC --mode=compile gcc -shared-libgcc -DHAVE_CONFIG_H -I. -I../gd-libgd-2.0_20100119 -I/WinDevTools/include/freetype2 -I/WinDevTools/include -DHAVE_BOOLEAN -I/WinDevTools/include -I/WinDevTools/include/libpng14 -O3 -fomit-frame-pointer -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c -o gd.lo ../gd-libgd-2.0_20100119/gd.c ./libtool: line 869: X--tag=CC: command not found ./libtool: line 902: libtool: ignoring unknown tag : command not found : : The I saw /libtool: line 868-871 ************************** case $arg in -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac ************************* This is the same as line 812-816 of libtool of generated on gc-2.0.36RC1 case $arg in -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac This can not be fixed by your suggestion # sed -i 's/^ECHO=.\?echo.*/ECHO=echo; echo=echo/' libtool (Perhaps 'sed -e' is correct) I cannot go forward any longer. Any suggestions? Regards Tatsuro -------------------------------------- VANCOUVER 2010 PARALYMPIC GAMES News http://pr.mail.yahoo.co.jp/para/ |