[Monetdb-developers] (no subject)

2007-08-22 Thread Chantola Kit
Hi MonetDB-developers: I have tried to install Pathfinder on my Fedora7 many times and used all the kind of installations from both Tarball and sourceforge, but I fail to install it and always get error as bellow: grep: /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory /bin/sed:

Re: [Monetdb-developers] (no subject)

2007-08-22 Thread Stefan Manegold
Tola, did you (try to) give a "--prefix=" with configure? Stefan On Wed, Aug 22, 2007 at 04:09:12PM +0900, Chantola Kit wrote: > Hi MonetDB-developers: > > I have tried to install Pathfinder on my Fedora7 many times and used all the > kind of installations from both Tarball and sourceforge, but

Re: [Monetdb-developers] (no subject)

2007-08-22 Thread Chantola Kit
Dear Stefan, I tried to do give a prefix for the configuration, but I got the same error. Tola On 8/22/07, Stefan Manegold <[EMAIL PROTECTED]> wrote: > > Tola, > > did you (try to) give a "--prefix=" with > configure? > > Stefan > > On Wed, Aug 22, 2007 at 04:09:12PM +0900, Chantola Kit wrote: >

Re: [Monetdb-developers] (no subject)

2007-08-22 Thread Fabian Groffen
On 22-08-2007 16:09:12 +0900, Chantola Kit wrote: >Hi MonetDB-developers: > >I have tried to install Pathfinder on my Fedora7 many times and >used all the kind of installations from both Tarball and >sourceforge, but I fail to install it and always get error as >bellow: > >

[Monetdb-developers] Monet crashes with {sum} and {avg}

2007-08-22 Thread Agustin Schapira
Hi, I am having more difficulties with {sum} and {avg}. The problems happen both on 4.16.2 and 4.18.0, on Linux and OS X, compiled with 32- and 64- bits, with and without optimizations. I have been able to isolate the problem and write a simple test case that shows the error. The attached

Re: [Monetdb-developers] (no subject)

2007-08-22 Thread Sjoerd Mullender
Fabian Groffen wrote: > On 22-08-2007 16:09:12 +0900, Chantola Kit wrote: >>Hi MonetDB-developers: >> >>I have tried to install Pathfinder on my Fedora7 many times and >>used all the kind of installations from both Tarball and >>sourceforge, but I fail to install it and always get e

Re: [Monetdb-developers] Monet crashes with {sum} and {avg}

2007-08-22 Thread Niels Nes
On Wed, Aug 22, 2007 at 10:13:23AM -0400, Agustin Schapira wrote: > Hi, Hi Agustin, You found an interesting bug. The interpret_setaggr implementation has indeed many cases. One set of cases uses an intermediate bat in a strait forward (normal inserts) way. This case is the one you trigger. As s