problem when configuring libtool-1.5.6
i am using red hat. i want to install mpeg4ip and website said that i need to install a few packages one of them being libtool. when i try to run ./configure those message came out and i have no idea what is gcc is
[root@localhost final]# cd libtool-1.5.6
[root@localhost libtool-1.5.6]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost libtool-1.5.6]#
anyone know how to fix this problem? Thanks!
|