??????????GCC????????????C????????λ?á?
????--infodir=DIR
???????Info??????????λ??.Info???GNU??????????????????
????--mandir=DIR
???????????????λ?á?
????--srcdir=DIR
????????????????????????????"configure"????λ?á??????????????????????"configure"????????????????????????
????--program-prefix=PREFIX
??????????????????????????????????????磬???"--program-prefix=g"??configure??????"tar"?????????????????????"gtar"??????????????????????????????????е?????`Makefile.in"??????????????
????--program-suffix=SUFFIX
???????????????????????????????????
????--program-transform-name=PROGRAM
?????????PROGRAM?????sed?????????????????????????????????`sed -e PROGRAM"????????????????
????--build=BUILD
??????????????????????????????????????????"--host"???????
????--host=HOST
?????????????е??????????????????????????`config.guess"?????
????--target=GARGET
??????????????(target to)???????????????????????????????????????????????????á???????????????????"--host"???????
????--disable-FEATURE
?????Щ???????????????????????????????????????????????Kerberos????????????????????????????á?????????????Щ????????????"--disable-FEATURE"??????????????"FEATURE"???????????????磺
????$ ./configure --disable-gui
????-enable-FEATURE[=ARG]
??????????Щ??????????????Щ?????????????????????"--enable-FEATURE"??????????????"FEATURE"??????????????????????????????????????????磺
????$ ./configure --enable-buffers=128
????`--enable-FEATURE=no"??????????"--disable-FEATURE"???????
????--with-PACKAGE[=ARG]
?????????????????????????????????????????????"configure"??????????????????????????????????????????????????磬??????Tcl??Tk??BLT????????????????BLT???????????"configure"???Щ?????????Tcl??Tk???δ????????
????$ ./configure --with-tcl=/usr/local --with-tk=/usr/local
????"--with-PACKAGE=no"?????潫????"--without-PACKAGE"???????
????--without-PACKAGE
??????????????????????????????????е???????????????磬??????????????±????????GNU ld??????????????????????????
????$ ./configure --without-gnu-ld
????--x-includes=DIR
????????????"--with-PACKAGE"???????????????Autoconf??????????????????????"configure"?????Imake????????????????????????X???????"--x-includes"?????????"configure"??????????X11???????????????
????--x-libraries=DIR
??????????"--x-libraries"?????????"configure"??????????X11????????????
?????????????????"configure"???????????????????????"configure"???????????"Makefile"????????????????????????????????????????????????й??????????????????????????????????????????????????????????????????????????????????????ò???????????????????????????????????????????????????????(source tree)????ù?????(build tree)????e????(install tree)????????????????????????????????????????GNU malloc????
$ gtar zxf mmalloc-1.0.tar.gz
$ mkdir build &&cd build
$ ../mmalloc-1.0/configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for limits.h... yes
checking for stddef.h... yes
updating cache ../config.cache
creating ./config.status
??????????ù?????????????.