Marcin Zukowski wrote:
Hi, I'm using it in my automagic-compilation scripts, so I would apprecitate if it stayed. If not, is there something similar as a replacement? I need something that prepares configure_* call based on env variables. m.
I never used it. When I want to configure my MonetDB I do something like this: env PATH=/ufs/goncalve/scratch/MonetDB/buildtools/bin:${PATH} PYTHONPATH=/ufs/goncalve/MonetDB/buildtools/autogen/ ~/MonetDB/MonetDB/configure --prefix=/ufs/goncalve/scratch/MonetDB/MonetDB --enable-debug --enable-bits=64 And I am able to install wherever I want my MonetDB, I just need to change the prefix. I hope it was useful. At least for me it is ;) Regards, Romulo
Stefan Manegold wrote:
Hi,
I'm about to remove */conf/conf.bash, the script that "once" was provided to "conveniently" set your environment for building MonetDB, but --- thanks to improved configure setup and system installations --- should not be required any more.
Please let me know a.s.a.p. in case there are any objections and/or anybody is still using this script.
Thanks,
Stefan