Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 4 Aug 2011 19:59:33 +0200
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: JtR CUDA patch

2011/8/4 Samuele Giovanni Tonon <samu@...uxasylum.net>:
> there's something wrong in the Makefile:
> i had to change
>
> linux-x86-64-cuda:
>        $(LN) x86-64.h arch.h
>        $(MAKE) $(PROJ) \
>                JOHN_OBJS="$(JOHN_OBJS) $(CUDA_OBJS) c3_fmt.o x86-64.o" \
>                CFLAGS="$(CFLAGS) -DHAVE_CRYPT" \
>                LDFLAGS="$(LDFLAGS) -L$(CUDAPATH) -lcudart  -lcrypt"
>
> in
> linux-x86-64-cuda:
>        $(LN) x86-64.h arch.h
>        $(MAKE) $(PROJ) \
>                JOHN_OBJS="$(JOHN_OBJS) $(CUDA_OBJS) c3_fmt.o x86-64.o" \
>                CFLAGS="$(CFLAGS) -DHAVE_CRYPT" \
>                LDFLAGS="$(LDFLAGS) -L$(CUDA64PATH) -lcudart  -lcrypt"
>
> to fix paths

It is my fault, I've changed it but later uploaded wrong diff on wiki.

> the excevp problem was related to this lines in Makefile:
>
> $(shell cd cuda; nvcc $(CRYPTMD5_FLAGS) cryptmd5.cu)
>
> changing them to
>
> cd cuda; nvcc $(CRYPTMD5_FLAGS) cryptmd5.cu

I've changed that in john-1.7.8-allcuda-0.1.diff thanks a lot !

Lukas

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.