|
Message-Id: <EA825B4B-2328-4FA9-992D-7FFABAAAE693@erols.com> Date: Wed, 28 Oct 2009 14:38:36 -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) You need to apply the patches first, then make manual changes to the Makefile. There is no way the patches will work if you change the original file. Erik On Oct 28, 2009, at 1:49 PM, websiteaccess wrote: > ## Still compilation errors : ## > > I did changes in the "Makefile" (john 1.7.3.4/src/Makefile) > > macosx-x86-sse2: > $(LN) x86-sse.h arch.h > $(MAKE) $(PROJ) \ > JOHN_OBJS="$(JOHN_OBJS) x86.o x86-sse.o" \ > ASFLAGS="$(ASFLAGS) -DUNDERSCORES -DBSD -DALIGN_LOG" > > to > 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" >
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.