Found something:

The crash goes away when I set the LANG environment variable.
I usually unset it in my shell startup scripts to get rid of the
annoying "locale not supported by C library" warnings. 

Maybe the Abiword wrapper script should contain something like

if [ -z "$LANG" ]  
then 
    export LANG=en_US
fi  

just before the "locale" stuff.

-- 
Martin

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to