[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
For a generic instructions how to compile and install bigloo-lib
see the INSTALL
file in the distribution source tree root or execute
./configure --help
and take a look at output produced.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To compile and install only the statically linked libraries, use
--enable-static
option of configure
or no options at all
(this option is off by default).
To compile and install the dynamically linked libraries, use
--enable-share
option. (1)
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
By default bigloo-lib
is compiled with the following options:
bigloo-lib
now supports compilation with Bigloo benchmark
optimization mode. To switch this mode on, execute configure
with
--enable-bench
option.
In benchmark mode only the static libraries with the usual Bigloo unsafe
name suffix will be produced (for example libcommon_u.a
instead
of libcommon.a
).
Old versions of bigloo-lib
could not be compiled with Bigloo
debugging on. Now this limitation is removed. To add any option to
Bigloo compiler set the bigloo
environment variable prior
executing configure
. For example:
bigloo='bigloo -g4' ./configure ... |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Run ./configure --help
for a list of options which enable or
disable particular sub-packages.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |