Guillaume Rousse <[EMAIL PROTECTED]> writes:

> Altough havinf installed gettext and gettext-devel packages (last
> version), i get those error messages when trying to compile toutdoux

gettext-devel is only for broken glibc. you should not install it with
Linux-Mandrake. (yes, "why is it in the distrib so?")

> main.o: In function `main':
> /home/guillaume/ToutDoux-1.2.3/app/main.c:131: undefined reference to
> `dcgettext__'

this happens when the headers are not in sync with the libraries.. or when
the libraries have been compiled with different options as the program
you're trying to compile, surch as "-frtti -fexceptions"..

a fix would probably be to use the same options as the options used by our
compilations.

try CFLAGS="-O3 -fomit-frame-pointer -pipe -s -march=pentium -mcpu=pentiumpro 
-ffast-math -fexpensive-optimizations"


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/

Reply via email to