Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GNU gettext tools not found compiling error

Tags:

gnu

ubuntu

I was compiling linphone source code in ubuntu linux. And got the following error:

GNU gettext tool not found #required for intltool

I doubt that intltool is not installed or GNU tool is not in good condition. I don't know where can I download the software for install.

I'll be appreciated if someone got me an answer.

like image 367
Angela Avatar asked Mar 15 '11 06:03

Angela


2 Answers

You can use apt repository like this :

apt-get update
apt-get upgrade
apt-get install gettext libgettextpo-dev

and you can take a look for full gettext targets available using apt-cache :

apt-cache search gettext | grep gettext
like image 134
Alexey Vesnin Avatar answered Nov 20 '22 05:11

Alexey Vesnin


Thks anyway,

I 'd already found the way out .

I can donlowad the GNU gettext tools down here:

http://www.icewalkers.com/Linux/Software/513960/gettext.html

And I solve the problem myself.

like image 4
Angela Avatar answered Nov 20 '22 03:11

Angela