Redhat users especially: unset LINGUAS unset LANG unset LC_ALL before you compile. You also need to do this with rpm builds when the source contains internationalization. William F. Helke -----Original Message----- From: Alexander Larsson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 21, 2000 3:51 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Dia 0.8.4 compile error: On Tue, 21 Mar 2000, T. Tam wrote: > Guys, > > Dia-0.8.4 failed to compile for me giving the following errors: > > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/dia-0.84/samples' > Making all in po > make[2]: Entering directory `/usr/src/dia-0.84/po' > make[2]: *** No rule to make target `en.gmo', needed by `all-yes'. Stop. > make[2]: Leaving directory `/usr/src/dia-0.84/po' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/dia-0.84' > make: *** [all-recursive-am] Error 2 > [root@s8-42-3 dia-0.84]# > > Any suggestions? I can never remember exactly what to do to fix this, but it's something about setting LANG, LINGUAS, ALL_LINGUAS or something. Look in the mailing list archives. The problem is that you use "en", but dia supports only en_GB, but due to a bug in configure en gets added to ALL_LINGUAS (because it matches en_GB as a substring). / Alex
