[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem compiling GNUstep on latest unstable Debian
From: |
Nicola Pero |
Subject: |
Re: problem compiling GNUstep on latest unstable Debian |
Date: |
Mon, 21 Jan 2002 11:27:06 +0000 (GMT) |
> I found the problem :
>
> $ /usr/GNUstep/System/Makefiles/config.guess
> i686-pc-linux-gnuoldld
>
> $ export LANG=C
>
> $ /usr/GNUstep/System/Makefiles/config.guess
> i686-pc-linux-gnu
>
>
> That's because ld output was in french... So before
> . /usr/GNUstep/System/Makefiles/GNUstep.sh I have to set
> locale to C...
Brilliant! - thanks for tracking this down.
> Don't know if it's a problem with GNUstep, ld or automake... :-)
It's a problem in config.guess/config.sub - which are sort of a little
standalone package - I submitted a patch to the maintainers - I'll update
GNUstep's config.guess as soon as the patch is applied to the main
version.