Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 20 Jul 2013 20:05:39 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: john in aix

On Thu, Jul 18, 2013 at 05:02:15PM +0800, zirong wrote:
> I want to make john in aix_64,how can i do?

First, you need at least one C compiler installed.  Then, as you have
noticed, there's a pre-defined make target only for 32-bit builds on
AIX.  However, you may/should use "make generic".  Depending on the C
compiler's default, this might just produce a 64-bit build, or if it
does not then you may customize the CFLAGS (and possibly also LDFLAGS)
to produce 64-bit binaries - e.g., with gcc you'd add "-m64".  You may
also enable OpenMP (as usual).

Good luck, and please let us know of your results.

Alexander

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.