I found a log file which is apparently created by monetdb-install.sh: called with arguments: --build=/opt/monetdb/src --prefix=/opt/monetdb --enable-sql --enable-xquery --enable-debug
So, is --enable-optimise the default? ----- Original Message ----- From: [EMAIL PROTECTED] To: [email protected] Sent: Donnerstag, 11. Oktober 2007 17.45 Uhr (GMT+0100) Europe/Berlin Subject: Re: [Monetdb-developers] Simple bat operations Fabian, thank you. I seem to remember that I didn't use --enable-optimise as it was advertised to take longer than the normal build. However, I have found one solution to my problem; if I type the left hand side, everything works: mal>b:bat[:int,:int] := bbp.bind("test"); mal>io.print(b); #-----------------# # h t # name # int int # type #-----------------# I will recompile without --enable-optimise. Thanks Kambiz ----- Original Message ----- From: "Fabian Groffen" <[EMAIL PROTECTED]> To: [email protected] Sent: Donnerstag, 11. Oktober 2007 17.45 Uhr (GMT+0100) Europe/Berlin Subject: Re: [Monetdb-developers] Simple bat operations 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 ------------------------------------------------------------------------- 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
