Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 1 Jul 2012 16:35:38 +0200
From: newangels newangels <contact.newangels@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: John the Ripper 1.7.9-jumbo-6

Hi SAYATAN,

Thank you so much for your help, i follow your instruction & got error again ;

2012/7/1, SAYANTAN DATTA <std2048@...il.com>:
> Hi Donovan,
>
>
>>
>> Concern "-D_FORTIFY_SOURCE=0", i don't understand well where i have to
>> add this line, can you please tell me if it's an line addition or on
>> the right of the actual one's ?
>>
>>
> Add it like this:
> OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0
>
> Sayantan
>

On the MakeFile i do :

OMPFLAGS =
# gcc with OpenMP
OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0
OMPFLAGS = -fopenmp -msse2

I run :

$make macosx-x86-64


I got ;

*****************
ld: warning: directory not found for option '-L/usr/local/lib'
ld: warning: directory not found for option '-L/usr/local/ssl/lib'
ld: warning: option -s is obsolete and being ignored
Undefined symbols for architecture x86_64:
  "___builtin_object_size", referenced from:
      _BF_std_crypt.omp_fn.0 in BF_std.o
      _crypt_all.omp_fn.0 in cryptsha256_fmt.o
      _crypt_all.omp_fn.0 in cryptsha512_fmt.o
      _crypt_all.omp_fn.0 in SybaseASE_fmt.o
      _crypt_all.omp_fn.0 in rar_fmt.o
      _wpapsk_cpu.omp_fn.0 in wpapsk_fmt.o
      _wpapsk_postprocess.omp_fn.2 in wpapsk_fmt.o
      ...
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [../run/john] Error 1
make: *** [macosx-x86-64] Error 2

********************

Any help are welcome,

Regards,

Donovan

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.