[Thread Prev][Thread Next][Thread Index]
Re: PilotManager won't start on Solaris 2.7 build 15 either
- To: pilotmgr@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: PilotManager won't start on Solaris 2.7 build 15 either
- From: Casper Dik <casper@holland>
- Date: Thu, 28 May 1998 14:10:14 +0200
- In-reply-to: Your message of "Thu, 28 May 1998 13:14:37 +0200."
- Sender: owner-pilotmgr
Oops, I spoke too soon.
It starts up with the new TkPerl, but it cores in Properties *unless*
I run in the C locale.
I wonder whether Tk requires running in the C locale or not; the winMain
program has:
/*
* Set up the default locale to be standard "C" locale so parsing
* is performed correctly.
*/
setlocale(LC_ALL, "C");
But perl calls setlocale(LC_ALL,"") which takes the environment values.
Casper
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************