@@ -63,13 +63,13 @@ The default installation path is also the build directory. This can be changed v
...
@@ -63,13 +63,13 @@ The default installation path is also the build directory. This can be changed v
--prefix=PREFIX install architecture-independent files in PREFIX.
--prefix=PREFIX install architecture-independent files in PREFIX.
Default library mode is static. Change this via
Default library mode is to install static and shared libraries. Change this via
--enable-shared=??
--enable-shared=?? and/or --enable-static=??
where ?? is "yes" or "no". Setting "yes" will additionally install shared ".so.???" libraries.
where ?? is "yes" or "no".
We recommend setting the environment variable "CFLAGS", so that "configure" does NOT automatically substitute a "-g" debugging option while compiling, as well as using the highest possible optimization flag "-O???" during a build of (non-debug) libraries.
We recommend setting the environment variables "CFLAGS" and "FFLAGS" to "", so that "configure" does NOT automatically substitute a "-g" debugging option while compiling, as well as using the highest possible optimization flag "-O???" during a build of (non-debug) libraries.