[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config.guess i18n problem
From: |
Nicola Pero |
Subject: |
Re: config.guess i18n problem |
Date: |
Mon, 11 Feb 2002 14:43:01 +0000 (GMT) |
Hi, thanks - it should be already fixed on CVS.
Please try again with the latest config.guess (if you don't use CVS, you
can take only the new config.guess and config.sub from
http://subversions.gnu.org/cgi-bin/cvsweb3/~checkout~/gnustep/gnustep/core/make/config.guess?rev=1.9
http://subversions.gnu.org/cgi-bin/cvsweb3/~checkout~/gnustep/gnustep/core/make/config.sub?rev=1.5
> hi,
>
>
> GNUstep/System/Makefiles/config.guess doesn't work in an international
> environment, specially the line 884 :
> ld_supported_emulations=`cd /; ld --help 2>&1 \
> | sed -ne '/supported emulations:/!d
> s/[ ][ ]*/ /g
> s/.*supported emulations: *//
> s/ .*//
> p'`
> to detect the ld version
>
> with my LC="fr_FR@euro", when i do ld --help, i've got :
> [...]
> ld: ?mulations support?es: elf_i386 i386linux
> [...]
> so, it doesn't work,
>
> i juggest adding LC_ALL="C", in the top of config.guess to correct this,
> and also to other files that may depend on programs output, so
> everything should work fine (or at least it works fine now for me ;)
>
>
> thanks,
>
> ps: please also reply to my personnal email, because i haven't
> subscribed to the ML
>
> --
> Dam
>
>
> _______________________________________________
> Bug-gnustep mailing list
> Bug-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-gnustep
>