Lines Matching full:configure
72 First you must configure the distribution for your particular
74 "configure" program found in the root directory of the libffi source
77 You may want to tell configure where to install the libffi library and
78 header files. To do that, use the --prefix configure switch. Libffi
82 --enable-debug configure switch. This is useful when your program dies
85 Another useful configure switch is --enable-purify-safety. Using this
90 Configure has many other options. Use "configure --help" to see them all.
92 Once configure has finished, type "make". Note that you must be using
112 By default, the configure script will try to build libffi with the GNU
115 running configure under Irix 6.x (depending on whether you want an o32
238 Added --enable-debug configure switch. Clean-ups based on LCLint