home *** CD-ROM | disk | FTP | other *** search
-
-
-
- configure(1) Cygnus Support configure(1)
-
-
- NNAAMMEE
- configure -- prepare source code to be built
-
-
- SSYYNNOOPPSSIISS
- configure HOST [--target=TARGET] [--srcdir=DIR] [--rm]
- [--site=SITE] [--prefix=DIR]
- [--exec_prefix=DIR]
- [--program_prefix=DIR] [--tmpdir=DIR]
- [--with-PACKAGE[=YES/NO]] [--norecursion]
- [--nfp] [-s] [-v] [-V | --version] [--help]
-
-
- DDEESSCCRRIIPPTTIIOONN
- _c_o_n_f_i_g_u_r_e is a program used to prepare souce code to be
- built. It does this by generating Makefiles and .gdbinit
- files, creating symlinks, recursing in subdirectories, and
- some other miscellaneous file editing.
-
-
- OOPPTTIIOONNSS
- _c_o_n_f_i_g_u_r_e accepts the following options:
-
-
- _-_-_t_a_r_g_e_t_=_T_A_R_G_E_T
- Requests that the sources be configured to target
- the _T_A_R_G_E_T machine. If no target is specified
- explicitly, the target is assumed to be the same as
- the host.
-
-
- _-_-_s_r_c_d_i_r_=_D_I_R
- tells configure to find the source in _D_I_R_. Object
- code is always built in the current directory, _`_._'_.
-
-
- _-_-_r_m asks configure to remove a configuration rather
- than create one.
-
-
- _-_-_s_i_t_e_=_S_I_T_E
- asks configure to use any site-specific Makefile
- fragments for _S_I_T_E when building Makefiles.
-
-
- _-_-_p_r_e_f_i_x_=_D_I_R
- sets the location in which to install files to _D_I_R_.
- The default is "/usr/local".
-
-
- _-_-_e_x_e_c___p_r_e_f_i_x_=_D_I_R
- sets the root directory for host-dependent files to
- _D_I_R_. The default location is the value of _p_r_e_f_i_x_.
-
-
-
-
- cygnus support 2 February 1993 1
-
-
-
-
-
- configure(1) Cygnus Support configure(1)
-
-
- _-_-_p_r_o_g_r_a_m___p_r_e_f_i_x_=_D_I_R
- configures the source to install programs which
- have the same names as common Unix programs, such
- as "make", in _D_I_R_. Also applies to programs which
- might be used for cross-compilation.
-
-
- _-_-_t_m_p_d_i_r_=_D_I_R
- sets the directory in which configure creates tem-
- porary files to _D_I_R_.
-
-
- _-_-_w_i_t_h_-_P_A_C_K_A_G_E_[_=_Y_E_S_/_N_O_]
- sets a flag for the build to recognize that _P_A_C_K_A_G_E
- is explicitly present or not present. If _=_Y_E_S_/_N_O
- is nonexistent, the default is _Y_E_S_.
-
-
- _-_-_n_o_r_e_c_u_r_s_i_o_n
- asks that only the current directory be configured.
- Normally _c_o_n_f_i_g_u_r_e recurs on subdirectories.
-
-
- _-_n_f_p Notifies _c_o_n_f_i_g_u_r_e that all of the specified hosts
- have _n_o _f_l_o_a_t_i_n_g _p_o_i_n_t units.
-
-
- _-_s used internally by configure to supress status mes-
- sages on subdirectory recursions. Override with _-_v
-
-
- _-_v verbose output. Asks that configure print status
- lines for each directory configured. Normally,
- only the status lines for the current directory are
- printed.
-
-
- _-_-_v_e_r_s_i_o_n
- _-_V prints _c_o_n_f_i_g_u_r_e version number.
-
-
- _-_h_e_l_p displays a brief usage summary.
-
-
-
- FFIILLEESS
- configure.in for each directory's individual needs
- Makefile.in Makefile template
- config.sub for parsing configuration names
- config.guess for guessing HOST when not specified
- config.status non-recursively rebuilds current directory
-
-
-
-
-
-
- cygnus support 2 February 1993 2
-
-
-
-
-
- configure(1) Cygnus Support configure(1)
-
-
- FFIILLEESS
- a.out the namelist and text space.
- gmon.out dynamic call graph and profile.
- gmon.sum summarized dynamic call graph and profile.
-
-
- SSEEEE AALLSSOO
- `ccoonnffiigguurree' entry in iinnffoo..
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- cygnus support 2 February 1993 3
-
-
-