Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 17 Jun 2012 19:09:32 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: linux-x86-64-native

magnum -

linux-x86-64-native failed to build for me (on bull):

x86-64.o: In function `DES_bs_crypt':
(.text+0x80): multiple definition of `DES_bs_crypt'
DES_bs_b.o:DES_bs_b.c:(.text+0x1ffa): first defined here

I think the problem is that -march=native is not passed here:

gcc -c   x86-64.S

It should be in ASFLAGS as well.

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.