Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 28 Mar 2015 02:36:09 +0100
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: building JtR for Windows against musl libc

On 2015-03-28 02:32, magnum wrote:
> For Jumbo, based on the above I'm optimistic the following would do the
> trick:
> 
> dynamic:
> $ ./configure --host=x86_64-nt64-midipix
> 
> static:
> $ ./configure --host=x86_64-nt64-midipix LDFLAGS=-static

On second thought, since this is not really a cross compile, this is
probably better (the above might turn off "native" checks enabling
things like AVX):

dynamic:
$ ./configure CC=x86_64-nt64-midipix-gcc

static:
$ ./configure CC=x86_64-nt64-midipix-gcc LDFLAGS=-static

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.