Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 28 Jul 2012 07:12:21 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Magnum-Jumbo build sed error on OS X

On 07/28/2012 03:57 AM, Jeffrey Goldberg wrote:
> On 2012-07-27, at 8:05 PM, Jeffrey Goldberg <jeffrey@...dmark.org> wrote:
> 
>> Whether I set the target to macosx-x86-64 or macosx-x86-64-opencl I get a silly sed error during the build.
> 
> And fixed by using GNU sed (installed via macports into /opt/local/bin/gsed ) by using
> 
>   SED = /opt/local/bin/gsed
> 
> in the Makefile.

Try

LC_ALL=C make <target>

That should avoid the problem.

Frank

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.