How To Fix Error ‘aclocal’ and ‘libtool’ when installing gd-2.0.35

I’ve got a several error message when installing gd-2.0.35 on Suse 11.1 x86_64.Here is the error after ./configure command :

1st Error

ervan:~/gd-2.0.35 #aclocal
configure.ac:64: warning: macro `AM_ICONV' not found in library

How to Fix

ervan:~/gd-2.0.35 #yast -i gettext-tools

2nd Error

ervan:~/gd-2.0.35 #make && make install
../libtool: line 841: X--tag=CC: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 841: X--mode=compile: command not found
../libtool: line 841: X--tag=CC: command not found
../libtool: line 841: X--tag=CC: command not found
../libtool: line 841: X--tag=CC: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 841: X--mode=compile: command not found
../libtool: line 1008: *** Warning: inferring the mode of operation is
deprecated.: command not found
../libtool: line 1009: *** Future versions of Libtool will require --mode=MODE
be specified.: command not found
../libtool: line 841: X--tag=CC: command not found
../libtool: line 1152: Xi686-pc-linux-gnu-gcc: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 1152: X-DHAVE_CONFIG_H: command not found
../libtool: line 841: X--mode=compile: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 1152: X-I.: command not found

How to Fix

ervan:~/gd-2.0.35 #autoreconf -fvi

Category: Linux | Tags: , , , , , , 2 comments »

2 Responses to “How To Fix Error ‘aclocal’ and ‘libtool’ when installing gd-2.0.35”

  1. aurorahin

    Hi

    I’m having a problem in installing gyachi.

    libtool: error: you must specify a MODE.

    I’m newbie to opensuse and I want to explore whats behind suse.

    please help me out.

    thank you

  2. admin

    can you give me the complete log?


Leave a Reply



Back to top