bug-gnustep
[Top][All Lists]
Advanced

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

config.guess i18n problem


From: Damien Genet
Subject: config.guess i18n problem
Date: 11 Feb 2002 14:44:14 +0100

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




reply via email to

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