On 11-10-2007 17:09:22 +0200, [EMAIL PROTECTED] 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.
... > [EMAIL PROTECTED] mserver5 --version > MonetDB Server v5.0.0 > Copyright (c) 1993-2007 CWI, all rights reserved > Compiled by: [EMAIL PROTECTED] > 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. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
