|
Message-ID: <56caebb8c032a3478ee51740ed2b616a@smtp.hushmail.com> Date: Sun, 19 Aug 2012 02:22:18 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: OSX 10.8 (GT 650M) build fail On 2012-08-19 00:03, magnum wrote: > On 2012-08-18 20:06, Solar Designer wrote: >> On Sat, Aug 18, 2012 at 07:58:08PM +0200, magnum wrote: >>> On 2012-08-18 12:00, myrice wrote: >>>> It is osx 10.8 has strict sed. I add LANG=C to make macosx-x86-64-opencl >>>> >>>> The interesting thing is, when I first run this command, the error >>>> still there. But the second will be okay. >>> >>> I added "LC_ALL = C" to Makefile a while ago to remedy this problem but >>> apparently that was not the correct way to do it (I was shooting in the >>> dark). >> >> I think we shouldn't be changing these settings in the Makefile globally >> unless we truly have to. A better way may be to do this just for the >> sed invocations, like this: >> >> LANG=C sed ... > > Yes. I'll fix this too. BTW I still used LC_ALL as opposed to LANG. Is LC_ALL not supported on all platforms? Maybe I should set both? magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.