Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 27 Jul 2015 20:39:42 +0200
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: JTR + OS X + compile

On 2015-07-27 17:54, websiteaccess@...il.com wrote:
> HI
>
> I have reinstalled my system OS X yosemite (10.10.4), then installed Xcode, and Command_Line_Tools_OS_X_10.10_for_Xcode_7_beta_4.dmg from
> http://adcdownload.apple.com/Developer_Tools/Command_Line_Tools_OS_X_10.10_for_Xcode_7_beta_4/Command_Line_Tools_OS_X_10.10_for_Xcode_7_beta_4.dmg
>
> I have the error message when I try to compile JTR :
>
>
> iMac-de-xxx:run xxx$ cd /Users/xxx/Desktop/john-1.8.0-jumbo-1/src
> iMac-de-xxx:src xxx$ ./configure && make
> checking build system type... x86_64-apple-darwin14.4.0
> checking host system type... x86_64-apple-darwin14.4.0
> checking whether to compile using MPI... no
> checking for gcc... gcc
> checking whether the C compiler works... no
> configure: error: in `/Users/xxx/Desktop/john-1.8.0-jumbo-1/src':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
> iMac-de-xxx:src xxx$
>
>
> What is wrong ? compiler doesn’t seems be available.

My first guess would be a system header problem that's described in 
doc/INSTALL. Try this:

$ sudo patch -b -N -p0 < unused/Yosemite.patch

Then try re-running configure && make. Does that help?

magnum

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.