On 11-10-2007 17:09:22 +0200, darabi@web.de wrote:
I have downloaded and compiled MonetDB-Mars-SuperBall-SR3.tar.bz2 on an Ubuntu i686 single cpu system running a 2.6.20 kernel.
...
user@host$ mserver5 --version MonetDB Server v5.0.0 Copyright (c) 1993-2007 CWI, all rights reserved Compiled by: sjoerd@localhost.localdomain Compilation: gcc -O2 -std=c99 -O6 -fomit-frame-pointer -finline-functions -falign-loops=4 -falign-jumps=4 -falign-functions=4 -fexpensive-optimizations -funroll-loops -frerun-cse-after-loop -frerun-loop-opt Linking: ld -IPA -m elf_x86_64
i686 != x86_64 However it appears you have -fomg-superfast + -O6 in your CFLAGS (probably injected) which may simply freak out on your system. You get those if you use --enable-optimise with the monetdb-install.sh script. You could try without to get a bit more reasonable CFLAGS and maybe a better working MonetDB.