Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 28 Oct 2009 09:51:59 -0400
From: Erik Winkler <ewinkler@...ls.com>
To: john-users@...ts.openwall.com
Subject: Re: My patches (Performance, options, mingw, vc, generic md5, phpass, etc)

This is not an issue with the patch, but with MacOS 10.6.  With this  
OS release, the default build target is x86-64, so the SSE code will  
not compile.  You need to change the build target for macosx-x86-sse2  
to the following:

macosx-x86-sse2:
         $(LN) x86-sse.h arch.h
         $(MAKE) $(PROJ) \
                 JOHN_OBJS="$(JOHN_OBJS) x86.o x86-sse.o" \
                 ASFLAGS="$(ASFLAGS) -m32 -DUNDERSCORES -DBSD - 
DALIGN_LOG" \
                 CFLAGS="$(CFLAGS) -m32" \
                 LDFLAGS="$(LDFLAGS) -m32"

This change is for MacOS 10.6 (Snow Leopard) ONLY.

> but compiled john 1.7.3.4 (with 2 patches applied) with "make clean
> macosx-x86-sse2" returns me error.
>
> Unfortunately, john compiled with macosx-x86-sse2 is faster than
> compiled with macosx-x86-64
>
>
>



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.