Thread

Posted on Tue Sep 5 17:04:38 2006 by cool
Prob in installing gd-2.0.33
hi all,

while installing gd-2.0.33, ./configure runs error free. But make shows this msg

" make all-recursive make[1]: Entering directory `/usr/soft/gd-2.0.33' Making all in config make[2]: Entering directory `/usr/soft/gd-2.0.33/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/soft/gd-2.0.33/config' Making all in test make[2]: Entering directory `/usr/soft/gd-2.0.33/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/soft/gd-2.0.33/test' make[2]: Entering directory `/usr/soft/gd-2.0.33' if /bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include +/freetype2 -I/usr/local/include -I/usr/X11R6/include -g -O2 -MT gd.lo -MD -MP -MF ".deps/gd.Tpo" + -c -o gd.lo gd.c; \ then mv -f ".deps/gd.Tpo" ".deps/gd.Plo"; else rm -f ".deps/gd.Tpo"; exit 1; fi libtool: unrecognized option `--tag=CC' Try `libtool --help' for more information. make[2]: *** [gd.lo] Error 1 make[2]: Leaving directory `/usr/soft/gd-2.0.33' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/soft/gd-2.0.33' make: *** [all] Error 2 "

I have already installed zlib-1.2.3, libpng-1.2.8-config, freetype-2.1.10 , jpeg-6b . I am working on FC-3.

Pl guide me.. Thank you for taking out time to read my post
Direct Responses: 2917 | Write a response
Posted on Tue Sep 5 17:42:08 2006 by milo in response to 2916
Re: Prob in installing gd-2.0.33
root #libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
Might be a stupid suggestion but might libtool be the problem?
Direct Responses: 2919 | Write a response
Posted on Tue Sep 5 18:08:29 2006 by cool in response to 2917
Re: Prob in installing gd-2.0.33
Thank you for taking interest in my problem.. Here is what I have done. Libtool version is as follows, is it OK. Though just to tell you that freetype-2.1.10, jpeg-6b libpng-1.2.8-config and zlib-1.2.3 all have been installed just now on my system and I think these tools also use libtool..
[root@calvin soft]# libtool --version<p> ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) </p> Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
what you say??
Direct Responses: 2920 | Write a response
Posted on Tue Sep 5 18:15:52 2006 by cool in response to 2919
Re: Prob in installing gd-2.0.33
Now I have just figured out, with same libtool version as I have on my FC-3 system I am able to install gd-2.0.33 on other system that also have FC-3 and hence same libtool version..
Write a response