Lines Matching full:build
76 AC_ARG_WITH(cross-build,
77 [ --with-cross-build=dir specify an absolute path to the build directory of an ICU built for the current platform [default=no cross dir]],
83 AC_MSG_ERROR([Error! Cross compiling but no --with-cross-build option specified - please supply the path to an executable ICU's build root])
90 AC_MSG_ERROR([${cross_buildroot}/config/icucross.mk not found. Please build ICU in ${cross_buildroot} first.])
92 AC_MSG_ERROR([No such directory ${cross_buildroot} supplied as the argument to --with-cross-build. Use an absolute path.])
119 # Check if we can build and use 64-bit libraries
138 # Check whether to build shared libraries
139 AC_MSG_CHECKING([whether to build shared libraries])
142 [ --enable-shared build shared libraries [default=yes]],
153 # Check whether to build static libraries
154 AC_MSG_CHECKING([whether to build static libraries])
157 [ --enable-static build static libraries [default=no]],
167 # Check whether to build debug libraries
168 AC_MSG_CHECKING([whether to build debug libraries])
172 [ --enable-debug build debug libraries [default=no]],
181 # Check whether to build release libraries
182 AC_MSG_CHECKING([whether to build release libraries])
186 [ --enable-release build release libraries [default=yes]],
348 [ --enable-threads build ICU with thread safety [default=yes]],
921 [ --enable-extras build ICU extras [default=yes]],
930 [ --enable-icuio build ICU's icuio library [default=yes]],
941 [ --enable-layout build ICU's layout library [default=yes]],
1041 [ --enable-tests build ICU tests [default=yes]],
1052 [ --enable-samples build ICU samples [default=yes]
1106 # for build.
1197 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
1200 echo "This may cause ICU to fail to build. Please make sure that GNU make"