Software: Apache/2.0.54 (Fedora). PHP/5.0.4 uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/doc/db4-devel-4.3.27/ref/build_unix/ drwxr-xr-x |
Viewing file: Select action/file-type:
Changing compile or load optionsYou can specify compiler and/or compile and load time flags by using environment variables during Berkeley DB configuration. For example, if you want to use a specific compiler, specify the CC environment variable before running configure: prompt: env CC=gcc ../dist/configure Using anything other than the native compiler will almost certainly mean that you'll want to check the flags specified to the compiler and loader, too. To specify debugging and optimization options for the C compiler, use the CFLAGS environment variable: prompt: env CFLAGS=-O2 ../dist/configure To specify header file search directories and other miscellaneous options for the C preprocessor and compiler, use the CPPFLAGS environment variable: prompt: env CPPFLAGS=-I/usr/contrib/include ../dist/configure To specify debugging and optimization options for the C++ compiler, use the CXXFLAGS environment variable: prompt: env CXXFLAGS=-Woverloaded-virtual ../dist/configure To specify miscellaneous options or additional library directories for the linker, use the LDFLAGS environment variable: prompt: env LDFLAGS="-N32 -L/usr/local/lib" ../dist/configure If you want to specify additional libraries, set the LIBS environment variable before running configure. For example, the following would specify two additional libraries to load, "posix" and "socket": prompt: env LIBS="-lposix -lsocket" ../dist/configure Make sure that you prepend -L to any library directory names and that you prepend -I to any include file directory names! Also, if the arguments you specify contain blank or tab characters, be sure to quote them as shown previously; that is with single or double quotes around the values you are specifying for LIBS. The env command, which is available on most systems, simply sets one or more environment variables before running a command. If the env command is not available to you, you can set the environment variables in your shell before running configure. For example, in sh or ksh, you could do the following: prompt: LIBS="-lposix -lsocket" ../dist/configure In csh or tcsh, you could do the following: prompt: setenv LIBS "-lposix -lsocket" prompt: ../dist/configure See your command shell's manual page for further information.
Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved. |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0037 ]-- |