Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  NEWS  community  lists  Wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Password Recovery Resources on the Net
[<prev] [next>] [<thread-prev] [thread-next>] [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 Openwall GNU/*/Linux - Powered by OpenVZ