12 Oct
2007
12 Oct
'07
1:23 p.m.
On 12-10-2007 15:17:39 +0200, Stefan Manegold wrote:
I will recompile without --enable-optimise.
Try --enable-debug to make sure you aren't bitten by an insane default of --enable-optimise=yes.
Just for the sake of correctness of information:
--enable-debug does not disable --enable-optimize. In fact, the two do conflict. To disable the --enable-optimize (indeed default in offically released versions), use (following configure standards) --disable-optimize or --enable-optimize=no.
The monetdb-install.sh script makes sure --enable-optimize is set to "no" if --enable-debug is requested. It worries me that --enable-optimize is "default in offically released versions". It shouldn't.