
chip at force-elite
Jun 8, 2005, 12:04 PM
Post #8 of 9
(6397 views)
Permalink
|
Paul Querna wrote: > Garrett Rooney wrote: > >> J Robinson wrote: >> >>> Hello Garrett: >>> >>> Thanks again for the tips so far. >>> I've gotten gcc-4.0 installed (into >>> /home/jrobinson/local), and apr, apr-utils, and >>> apr-iconv installed in /home/jrobinson/local (using >>> --with-apr=/home/jrobinson/local >>> --enable-experimental-libtool >>> --prefix=/home/jrobinson/local), and I've added >>> /home/jrobinson/local/bin to my PATH, >>> and /home/jrobinson/local/lib to my LD_LIBRARY_PATH. >>> >>> On one machine, I get complaints that there's no >>> javac: >>> ... >>> javac -classpath ./lib/lucene-1.4.3.jar -d src >>> src/org/apache/lucene4c/QueryParserHack.java >>> make[1]: javac: Command not found >>> make[1]: *** >>> [src/org/apache/lucene4c/QueryParserHack.class] Error >>> 127 >>> make[1]: Leaving directory >>> `/home/jrobinson/src/lucene4c-svn/lucene4c' >>> make: *** [build] Error 2 >> >> >> >> Well, you either need to get some version of javac installed so that >> we can build QueryParserHack.class in order to generate it's C++ side >> header file with gcjh (yeah, it's a little convoluted), or change the >> Makefile.am to do that compilation task with gcj (it's possible to >> have gcj compile code to class files, we just haven't gotten around >> to doing it yet). >> >>> On another, it doesn't seem to set the TAR location >>> right, and I get warnings about aclocal.m4: >> >> >> >> The aclocal.m4 warnings are probably safe to ignore, it's not failing >> to find TAR though, it's JAR, it looks for the fastjar binary that >> GCJ installs. If you have another version of jar available it's >> possible to use that as well. > > > Ya, we should change those to Fatal errors in the configure script..... Attached, since 'svn commit' didnt work :) -Paul
|