Hello, I want to compile the BitC-Compiler on Mac OS X 10.6.4. The output from ./configure tells me, libicu was not installed. However, I thought, libicu was installed on /usr/lib/libicucore.dylib. Do I have to change something in the configure-script?
Thanks for your help in advance Christoph Output from ./configure goes here: checking build system type... i386-apple-darwin10.4.0 checking host system type... i386-apple-darwin10.4.0 checking target system type... i386-apple-darwin10.4.0 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of void *... 4 checking For 64-bit native build... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for ccache... no checking for makeinfo... yes checking for texi2dvi... yes checking for dvips... yes checking for inline... inline checking for astmaker... no checking for a sed that does not truncate output... /opt/local/bin/gsed checking for bison... bison checking for bison version... checking for gawk... gawk checking for /usr/share/osdoc... no checking for /usr/share/osdoc... (cached) no checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking unicode/uchar.h usability... no checking unicode/uchar.h presence... no checking for unicode/uchar.h... no checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for boostlib >= 1.33.1... yes checking whether the Boost::System library is available... yes checking for exit in -lboost_system-mt... yes checking whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem-mt... yes checking for unicode/uchar.h... (cached) no configure: error: Need to install libicu and possibly libicu-devel _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
