Hi,
I am new to MonetDB development. I add some source files to
MonetDB/MonetDB/src/gdk, which rely on the external libraries. When I try to
modify Makefile.am in order to add the relevant link information. It says that
it was generated by autogen.py. To be honest, I do not know autogen.py
Hello,
Question: is there any reason for mclient to use (large) amounts of
memory during a dump of a sql database?
syntax used:
$ mclient -lsql -D -dsomedatabase > dump.sql
I observe >12 GB of resident memory use when dumping a 2GB (in dump
text format) database (it steadily grows), using the Ma
On Mon, May 25, 2009 at 10:37:10AM +0200, Sjoerd Mullender wrote:
> Stefan Manegold wrote:
> > I see --- thanks! --- apparently, my clean-up attempt was a bit too eager
> > ...
> >
> > Also my attemt of just re-adding the *export definitions in .h header files
> > does not seem to work; I still ge
Stefan Manegold wrote:
> I see --- thanks! --- apparently, my clean-up attempt was a bit too eager
> ...
>
> Also my attemt of just re-adding the *export definitions in .h header files
> does not seem to work; I still get the missing lib_streams.lib (ate laste
> with icc --- vs seems to work fine
Functions that are referred to from outside the DLL they are defined in
*must* be declared with __declspec(dllexport) in the DLL they are
defined in, and with __declspec(dllimport) in the DLL they are used in.
If they are looked up dynamically, then they still *must* be declared
with __declspec(dl
I see --- thanks! --- apparently, my clean-up attempt was a bit too eager
...
Also my attemt of just re-adding the *export definitions in .h header files
does not seem to work; I still get the missing lib_streams.lib (ate laste
with icc --- vs seems to work fine in my settings, and did so when tes
Dear all,
removing the *_export macro definitions from .c source files seems to have
broken M5 compilation on Windows --- I'm busy fixing it by re-adding these
definitions in .h header files...
Stefan
On Mon, May 25, 2009 at 05:06:19AM +0200, Testweb Compilation wrote:
> copy "lib_streams.