|
From: Tatsuro M. <tma...@ya...> - 2010-03-21 03:51:48
|
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 --- Tatsuro MATSUOKA wrote: > 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/ > > ------------------------------------------------------------------------------ > Download Intel¢î Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -------------------------------------- VANCOUVER 2010 PARALYMPIC GAMES News http://pr.mail.yahoo.co.jp/para/ |