-prefix=PREFIX |
install architecture-independent files |
|
in PREFIX
[/usr/local] |
-exec-prefix=EPREFIX |
install architecture-dependent files |
|
in EPREFIX
[same as prefix] |
-bindir=DIR |
user executables in DIR [EPREFIX/bin] |
-sbindir=DIR |
system admin executables in |
|
DIR [EPREFIX/sbin] |
-libexecdir=DIR |
program executables in DIR [EPREFIX/libexec] |
-datadir=DIR |
read-only architecture-independent data |
|
in DIR
[PREFIX/share] |
-sysconfdir=DIR |
read-only single-machine data |
|
in DIR [PREFIX/etc] |
-sharedstatedir=DIR |
modifiable architecture-independent data |
|
in DIR [PREFIX/com] |
-localstatedir=DIR |
modifiable single-machine data |
|
in DIR [PREFIX/var] |
-libdir=DIR |
object code libraries in DIR [EPREFIX/lib] |
-includedir=DIR |
C header files in DIR [PREFIX/include] |
-oldincludedir=DIR |
C header files for non-gcc in DIR [/usr/include] |
-infodir=DIR |
info documentation in DIR [PREFIX/info] |
-mandir=DIR |
man documentation in DIR [PREFIX/man] |
-srcdir=DIR |
find the sources in DIR [configure dir or ..] |
-program-prefix=PREFIX |
prepend PREFIX to installed program names |
-program-suffix=SUFFIX |
append SUFFIX to installed program names |
-program-transform-name=PROGRAM |
run sed PROGRAM on installed program names |
-enable-int-lib |
Enable that only an int library is constructed |
-enable-longint-lib |
Enable that only a long int library is constructed (default) |
-enable-longlongint-lib |
Enable that only a long long int library is constructed |
-enable-gmpint-lib |
Enable that only a gmp int library is constructed |
-enable-allint-lib |
Enable that 32, 64 and gmp int library is constructed |
-enable-short-exec |
Enable that the int library is used by the executables |
|
(by default, the long library is used if built) |
-enable-extra-suffix |
Enable that the executables take an extra suffix depending |
|
on the library size |
-enable-all-exec |
Enable that the two sized libraries are used to build |
|
two executables of each,
which take an extra suffix |
|
depending on the library (by default, only the long library is used) |
-enable-onlyshared |
Enable that only a shared library is constructed |
-enable-onlystatic |
Enable that only a static library is constructed |
-disable-install-lib |
Disable installation of the library |
-with-ldconfig-cache=FILE |
Run ldconfig -C FILE |
-with-libgmp |
DIR Location of the GMP Distribution |
You should run './configure -enable-gmpint-lib' to use gmp.
As mentioned earlier you can build the Polylib if you don't have
GMP, but it will fail when an overflow occurs.
The output of the configure script can be find in