Hi, you can simply use the monetdb-install.sh script as follows: export EXTRA_ECONF=--enable-oid32 ; ./monetdb-install.sh ... see below hlep/usage messgaes for details. Stefan ======== $ ./monetdb-install.sh --help usage: ./monetdb-install.sh < OPTS ... > where OPTS are: --prefix=path install into location path, defaults to /ufs/manegold/MonetDB --build=path use path as (temporary) build directory, defaults to /var/tmp/MonetDB-XXXXXXXXX --enable-sql build the MonetDB/SQL server --enable-xquery build the MonetDB/XQuery server --enable-geom build geom extension for MonetDB/SQL, this option implies --enable-sql --enable-template build template module for MonetDB extensions, this option requires nightly or cvs sources --enable-testing build the MonetDB testing suite necessary for running 'make check', Mtest.py or RunMtest --nightly=target download and install a nightly snapshot of the stable or current branch, target must be 'stable' or 'current' --cvs[=tag] checkout a CVS snapshot of the current branch or optionally given tag --enable-debug compile with debugging support via e.g. gdb --enable-optimise compile with high optimisation flags, enabling this option increases compilation time considerably but often yields in a faster MonetDB server --enable-optimize alias for --enable-optimise --quiet suppress output going to stdout --help this message --devhelp special help for developers ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ --version show revision number and quit ======== $ ./monetdb-install.sh --devhelp There are a few hooks in this script that may be interesting to developers or experienced users. ************************************************************************ If you know what you're doing, by setting EXTRA_ECONF in the environment you can pass extra arguments to configure invocations. Use with care. ************************************************************************ The variable MAKEOPTS is passed onto each make invocation, and can be used to e.g. set "-j2" to speed up compilation times. By setting MAKE, a make with a special name or location can be used. When using the --cvs option, the variable CVSROOTM controls the used root (-d option to cvs) which defaults to: :pserver:anonymous@monetdb.cvs.sourceforge.net:/cvsroot/monetdb Two targets exist which control what the script is doing: unpack and install. They can be given as argument to the script. unpack only runs the fetch and unpacking phase, while install skips the fetching/unpacking of the sources, and starts configure/make/make install. By using --build=/path/to with the install target it is possible to resume/retry a (failed) compilation. ======== On Wed, Jun 24, 2009 at 03:32:33PM -0400, dariuszs wrote:
Hi, I've downloaded the SuperBall and changed directory to MonetDB5, and then I ran ./configure - got the message MonetDB was not found? What am I missing? So far I've used install script for the sources and that compiled without any problems but the script does not take the --enable-oid32 option. Dariusz.
Stefan de Konink wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
dariuszs wrote:
Where do you exactly pass the option of --enable-oid32? Dariusz.
./configure --enable-oid32
for example.
Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEAREKAAYFAkpCeM4ACgkQYH1+F2Rqwn2dpQCfRUcT4QOxoHIvAoSC4I8npdW1 ci4AnjrHD2JvMZ6WjdCztP2pN/vRjWRR =DRoA -----END PGP SIGNATURE-----
------------------------------------------------------------------------------ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------------ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |