Error compiling 3.4.1 on ubuntu maverick (2)

i attached the configure and the make log of the stdout on Ubuntu
Maverick. If i disable the “volk” module the building goes smoothly :

./configure --disable-volk
make
make check

thx in advance, Arturo.

On Mon, Sep 26, 2011 at 9:02 AM, Arturo R. [email protected]
wrote:

i attached the configure and the make log of the stdout on Ubuntu Maverick.
If i disable the “volk” module the building goes smoothly :

./configure --disable-volk
make
make check

thx in advance, Arturo.

I hate to be that guy, but it would really help us if your logs were in
English :slight_smile:

We had an issue with Volk on 32-bit architectures before, but I thought
we
fixed them a while ago. Guess we’ll have to relook at it.

Anyone else using 32-bit Ubuntu having problems?

Tom

On Mon, Sep 26, 2011 at 06:41, Tom R. [email protected]
wrote:

I hate to be that guy, but it would really help us if your logs were in
English :slight_smile:

The error in question is the equivalent of "No rule to make the target
‘all’ ". It looks like the generated Makefile in the volk directory
is broken somehow.

Johnathan

On Mon, Sep 26, 2011 at 11:59 AM, Johnathan C. <
[email protected]> wrote:

And if you look at the make-3.4.1-eng-2.log, there are “incompatible
with
i386 output” messages as it’s trying to build _64 architecture kernels.

Tom