|
From: Jesse G. <jgr...@go...> - 2003-09-10 13:14:27
|
> What are your error messages ? Or perhaps you don't know where to > begin ? > > OS X should not be different enough to present a problem. After > possibly adding some tools with that fink package, the next likely > problem would be making the build system work. > > It is likely that we can help you get it working if you send the error > messages. Rob, Thanks for offering your help. Well your "fink" suggestion got me off on the right track. At the start the clucene build process complained that I didn't have the correct version of autoconf, and i was unsure of how to get it. But fink did that nicely and now the build process goes much further. Everything seems to go to plan in the beginning except for this message: aclocal.m4:846: required file `./build/gcc/config/ltmain.sh' not found But then in the end when it actually starts trying to compile I see more problems. Please let me know were I should look next. I've included my entire terminal transcript below. Thanks for your help, Jesse [Jesse-Grosjeans-Computer:~/Desktop/clucene-0.8.1-src] jessegrosjean% ./bootstrap mkdir: ./build/gcc/config: File exists + libtoolize --force --copy --ltdl --automake ./bootstrap: libtoolize: command not found + aclocal + autoconf + autoheader + automake -a --copy --foreign aclocal.m4:846: required file `./build/gcc/config/ltmain.sh' not found [Jesse-Grosjeans-Computer:~/Desktop/clucene-0.8.1-src] jessegrosjean% cd build/gcc/ [Jesse-Grosjeans-Computer:clucene-0.8.1-src/build/gcc] jessegrosjean% ../../configure CXXFLAGS="-g -DCOMPILER_GCC" CFLAGS="-g -DCOMPILER_GCC" --prefix=/home/`whoami`/clucene_test checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output... 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for gcvt... no checking build system type... powerpc-apple-darwin6.6 checking host system type... powerpc-apple-darwin6.6 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library checking command to parse /usr/bin/nm -p output... ok checking how to run the C preprocessor... gcc -E checking for egrep... 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 dlfcn.h usability... no checking dlfcn.h presence... no checking for dlfcn.h... no checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... unsupported checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin6.6 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/CLucene/Makefile config.status: creating src/CLucene/analysis/Makefile config.status: creating src/CLucene/analysis/standard/Makefile config.status: creating src/CLucene/document/Makefile config.status: creating src/CLucene/index/Makefile config.status: creating src/CLucene/queryParser/Makefile config.status: creating src/CLucene/search/Makefile config.status: creating src/CLucene/store/Makefile config.status: creating src/CLucene/util/Makefile config.status: creating examples/Makefile config.status: creating examples/demo/Makefile config.status: creating examples/tests/Makefile config.status: creating examples/util/Makefile config.status: creating config.h config.status: executing depfiles commands [Jesse-Grosjeans-Computer:clucene-0.8.1-src/build/gcc] jessegrosjean% make install Making install in src Making install in CLucene Making install in analysis Making install in standard source='../../../../../../src/CLucene/analysis/standard/ StandardAnalyzer.cpp' object='StandardAnalyzer.lo' libtool=yes \ depfile='.deps/StandardAnalyzer.Plo' tmpdepfile='.deps/StandardAnalyzer.TPlo' \ depmode=gcc3 /bin/sh ../../../../../.././build/gcc/config/depcomp \ /bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/CLucene/analysis/standard -I../../../.. -I../../../../../../src -g -DCOMPILER_GCC -c -o StandardAnalyzer.lo `test -f '../../../../../../src/CLucene/analysis/standard/StandardAnalyzer.cpp' || echo '../../../../../../src/CLucene/analysis/standard/'`../../../../../../ src/CLucene/analysis/standard/StandardAnalyzer.cpp ../../../../libtool: ../../../../libtool: No such file or directory make[4]: *** [StandardAnalyzer.lo] Error 127 make[3]: *** [install-recursive] Error 1 make[2]: *** [install-recursive] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 On Wednesday, September 10, 2003, at 02:02 AM, Rob Ristroph wrote: ---------------------------------------------------------------- Jesse Grosjean Hog Bay Software www.hogbay.com/software/ |