Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 20 Jan 2013 13:08:04 +0100
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: clang build error

On 20 Jan, 2013, at 12:51 , Frank Dittrich <frank_dittrich@...mail.com> wrote:
> May be clang found a real bug here.
> With latest git (+changing the MAYBE_INLINE definition in common.h),

Why does it need to be changed now?

> I get for linux-x86-64-clang on Fedora 18 (clang 3.1):
> 
> dynamic_fmt.o: In function `DynamicFunc__crypt_md5':
> dynamic_fmt.c:(.text+0x4ce0): undefined reference to `MD5_body'
> dynamic_fmt.o: In function `DynamicFunc__POCrypt':
> dynamic_fmt.c:(.text+0x6516): undefined reference to `MD5_body'
> dynamic_fmt.o: In function `DynamicFunc__crypt2_md5':
> dynamic_fmt.c:(.text+0x6670): undefined reference to `MD5_body'
> dynamic_fmt.o: In function `DynamicFunc__crypt_md5_in1_to_out2':
> dynamic_fmt.c:(.text+0x6900): undefined reference to `MD5_body'
> dynamic_fmt.o: In function `DynamicFunc__crypt_md5_in2_to_out1':
> dynamic_fmt.c:(.text+0x6c20): undefined reference to `MD5_body'
> dynamic_fmt.o:dynamic_fmt.c:(.text+0x71f0): more undefined references to
> `MD5_body' follow
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[1]: *** [../run/john] Error 1
> make: *** [linux-x86-64-clang] Error 2

This looks more like a "make clean" miss, or something wrong with the build target. But Bull can build that target.

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.