Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,
I am trying to compile a code in linux. When i run the script file "extract.sh",i get the folloing problems.What am i supposed to do for this? I have installed all the packages related to them.


kavi@kavi-desktop:/mnt/XMPPCodeBaseSharing/mmltel_xmpp_v0.6.1_prerel_ver0.2/backup/XMPP/talk/Build/linux/Build_Core$ sudo ./autogen.sh
./autogen.sh: 2: libtoolize: not found
./autogen.sh: 2: aclocal: not found
./autogen.sh: 2: autoheader: not found
./autogen.sh: 2: autoconf: not found
./autogen.sh: 2: automake: not found
Posted
Updated 6-Mar-12 19:23pm
v2
Comments
Chandrakantt 7-Mar-12 0:39am    
Search the whole Linux box, is libtool, autoconf, automake present in your box. If it is present then does your program able to get path of the required libraries.

1 solution

Add the correct location of these tools to your PATH environment variable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900