bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error building gettext-0.16


From: Bruno Haible
Subject: Re: Error building gettext-0.16
Date: Mon, 11 Dec 2006 18:58:56 +0100
User-agent: KMail/1.9.1

Victor Escobar wrote:
>   When I build gettext 0.16 on OSX 10.4.8, I get the following error. I
> talked to the guys in #gnu, and they said the real error was being
> suppressed. Please help. :(
> 
> -----
> 
>  gcc -c -DLOCALEDIR=\"/usr/local/share/locale\"
> -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
> -DBUILDING_LIBINTL
> -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
> -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC 
> -Dset_relocation_prefix=libintl_set_relocation_prefix
> -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. 
> -I.. -g -O2
> -fvisibility=hidden ./dcigettext.c -o dcigettext.o >/dev/null 2>&1
> make[3]: *** [dcigettext.lo] Error 1

Yes, the error is being suppressed by the ">/dev/null 2>&1" at the end.
Usually the second compilation succeeds if the first compilation
succeeded. The first thing to check is whether there's is enough room on
your hard disk partition.

If this is not the problem, you can try running that command without the
">/dev/null 2>&1" and see what errors it reveals.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]