Dan, since you've been hanging out here lately, I'll just post
this here.
(Sorry I couldn't resist imitating your post
)
I ran into an error message when I tried to configure nsjava, but I can't seem find the problem.
This is what I got:
apt-get install jdk1.1-native-dev tar -xvzf nsjava-1.0.4.tar.gz cd nsjava-1.0.4 export PATH=$PATH:/usr/lib/jdk1.1/bin ./configure --prefix=/usr/local/aolserver --with-aolserver-src=/usr/local/src/aolserver/aolserver debian:/usr/local/src/nsjava-1.0.4# ./configure --prefix=/usr/local/aolserver --with-aolserver-src=/usr/local/src/aolserver/aolserver loading cache ./config.cache checking prefix... /usr/local/aolserver checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking looking for aolserver ns.h include file... /usr/local/src/aolserver/aolserver/include/ns.h checking looking for aolserver nsd.h include file... /usr/local/src/aolserver/aolserver/nsd/nsd.h checking for javac... (cached) /usr/bin/javac checking for jdk version... grep: /usr/lib/jdk1.1/include: Is a directory Looks like you are using a 1.2 JVM. NSJAVA version 1.0.4 configured successfully. Using c-compiler: gcc JDK Version: 1.2 Install libnsjava.so: /usr/local/aolserver/bin Aolserver Version: 3_0_PLUS Aolserver include: /usr/local/src/aolserver/aolserver/include Aolserver nsd include: /usr/local/src/aolserver/aolserver/nsd jdk include: /usr/lib/jdk1.1/include /usr/lib/j2sdk1.3/include jdk platform include: /usr/lib/jdk1.1/include/linux /usr/lib/j2sdk1.3/include/linux libjava.so dir: /usr/lib/jdk1.1/lib/ia32/native_threads /usr/lib/j2re1.3/lib/i386 libhpi.so dir: /usr/lib/j2re1.3/lib/i386/native_threads hpi lib: libhpi.so libjvm.so dir: /usr/lib/j2re1.3/lib/i386/classic jvm lib: libjvm.so java classpath: RPATH: /usr/lib/jdk1.1/lib/ia32/native_threads /usr/lib/j2re1.3/lib/i386:/usr/lib/j2re1.3/lib/i386/native_threads:/usr/lib/j2re1.3/lib/i386/classic CFLAGS: '-DUSING_JDK1_2' LDFLAGS: '-L/usr/lib/jdk1.1/lib/ia32/native_threads /usr/lib/j2re1.3/lib/i386 -ljava -L/usr/lib/j2re1.3/lib/i386/native_threads -lhpi -L/usr/lib/j2re1.3/lib/i386/classic -ljvm ' creating ./config.status creating Makefile.global sed: file conftest.s1 line 9: Unterminated `s' command debian:/usr/local/src/nsjava-1.0.4# debian:/usr/local/src/nsjava-1.0.4# make building "java" make[1]: Entering directory `/usr/local/src/nsjava-1.0.4/java' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/nsjava-1.0.4/java' building "src" make[1]: Entering directory `/usr/local/src/nsjava-1.0.4/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/nsjava-1.0.4/src' debian:/usr/local/src/nsjava-1.0.4#
Request notifications