|
Message-ID: <678dc64f61953e09eefd88e415d15798@smtp.hushmail.com> Date: Sat, 28 Mar 2015 02:32:32 +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-27 22:37, writeonce@...ipix.org wrote: > I'm writing to provide an update on building JtR for Windows > against musl-libc using the midipix development framework. Cool > building JtR (static): > # make CC=x86_64-nt64-midipix-gcc OMPFLAGS=-fopenmp LDFLAGS="-static -lgomp" linux-x86-64-avx > > > building JtR (dynamic): > # make CC=x86_64-nt64-midipix-gcc OMPFLAGS=-fopenmp linux-x86-64-avx I take it you were using non-Jumbo (aka "core john" or "john proper). 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 Hopefully the configure script will sort everything out. If not, please report any problems, preferably at: https://github.com/magnumripper/JohnTheRipper/issues 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.