LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   no gettext support in C library (https://www.linuxquestions.org/questions/linux-from-scratch-13/no-gettext-support-in-c-library-147703/)

nef 02-18-2004 03:19 PM

no gettext support in C library
 
Im doing my blfs 5.0 (beyond linux from scratch), and when i try to ./configure glib 2.2.3 (http://lfs.130th.net/blfs/view/stabl...ral/glib2.html) i get this message

configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html)

so, i went there, i downloaded gettext, i installed it and yet its not working.
what can i do to enable gettext support???

tfdml37 03-20-2004 10:28 PM

I have this same problem, did you ever solve it? when I run make on gettext it complains about not having c# installed and suggests I install pnet. Is there a configure flag so that it just ignores c#?

Andrew Benton 03-23-2004 05:36 PM

How did you do Linux From Scratch and not install Gettext? Follow the book. Good book.

txwikinger 04-08-2004 06:09 AM

You haven't given the release of gettext you use.
However, I have seen an error message like this while "make-ing" gettext.0.14.

In contrast, gettext.0.14.1 works without a problem.

I guess you can either change to the other version of gettext, or use an additional parameter when "configure-ing" gettext:

./configure --prefix=/tools --disable-csharp


All times are GMT -5. The time now is 02:47 PM.