Fabian Groffen wrote:
> On 11-10-2007 17:45:46 +0200, [EMAIL PROTECTED] wrote:
>   
>> 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");
>>     
yes that is necessary. In general the type of the bind can not be known.
and MAL requires strongly typed instructions.

--enable-optimize does not play a role in this process.
>> mal>io.print(b);
>> #-----------------#
>> # h     t         # name
>> # int   int       # type
>> #-----------------#
>>
>> I will recompile without --enable-optimise.
>>     
>
> Try --enable-debug to make sure you aren't bitten by an insane default of
> --enable-optimise=yes.
>
> -------------------------------------------------------------------------
> 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

Reply via email to