Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 2 Apr 2012 21:49:50 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: jumbo build broken? (make linux-x86-sse2)

On Mon, Apr 2, 2012 at 8:58 PM, Dhiru Kholia <dhiru.kholia@...il.com> wrote:
> Hi,
>
> Is jumbo build broken on 32-bit machine or am I doing something wrong?
>
> $ make linux-x86-sse2
>
> gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -DHAVE_NSS
>  -I/usr/include/nss -I/usr/include/nspr   -DHAVE_CRYPT -DHAVE_DL
> -funroll-loops sse-intrinsics.c
> In file included from sse-intrinsics.c:11:0:
> /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/include/emmintrin.h:32:3: error:
> #error "SSE2 instruction set not enabled"

Adding "-msse2" to CFLAGS in Makefile solves this problem. Should this
flag be included in Makefile by default?

-- 
Cheers,
Dhiru

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.