
On 14-05-2007 20:11:49 +0200, Martin Kersten wrote: (is this really you Martin? (or am I getting crazy?))
Would you be so kind to provide a "superball" ? MonetDB5-server in http://monetdb.cwi.nl/testing/projects/monetdb/Current/.DailyBuilds./ 0_latest/SourceTarBalls/ cannot be built on it's own..
If you grab the latest installer script from here http://koala.ins.cwi.nl:8000/projects/monetdb//download.php?target=/projects... and then run it in an empty directory like monetdb-install.sh --nightly=current --enable-sql the script will download what it needs to "make" a superball on the fly.
In addition, on the Mac there is builtin readline (NetBSD: readline.h,v 1.11 2004/01/17) , and mclient does not use it. Headers: #include
, #include Libs: /usr/lib/libreadline.dylib
the "readline" provided by OSX, is actually a crippled version of libedit, so old that it is hardly usable.
Darwinports installed as dependency readline 5.0 : Headers: /opt/local/include/readline : chardefs.h history.h keymaps.h readline.h rlconf.h rlstdc.h rltypedefs.h tilde.h Libs: /opt/local/lib/libreadline.5.0.dylib /opt/local/lib/ libreadline.a /opt/local/lib/libreadline.5.dylib /opt/local/ lib/libreadline.dylib
/opt/local is not in your compiler's search path, so unless you add it yourself, it will not be used.