[Rxtx] JVM crash, 100% eden space used.
Vadim Tkachenko
vt at freehold.crocodile.org
Fri Jul 2 13:48:06 MDT 2004
On Fri, Jul 02, 2004 at 03:42:24PM -0400, Jake Nelson wrote:
> configure: creating ./config.status
> cd . \
> && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> cd . && autoheader
> WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
> WARNING: and `config.h.top', to define templates for `config.h.in'
> WARNING: is deprecated and discouraged.
For this, you'd have to downgrade autoconf to 2.53 - not to break the
existing system, I'd suggest you get the source and install it in, say,
/opt/GNU and then fix the path when compiling RxTx
> WARNING: Using the third argument of `AC_DEFINE' and
> WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
> WARNING: `acconfig.h':
>
> WARNING: AC_DEFINE([NEED_MAIN], 1,
> WARNING: [Define if a function `main' is needed.])
>
> WARNING: More sophisticated templates can also be produced, see the
> WARNING: documentation.
These mostly can be ignored
> touch ./config.h.in
> cd . && /bin/sh ./config.status config.h
> config.status: creating config.h
> /usr/local/java//bin/javac -classpath .: -d /home/jaknel/rxtx-1.4-15/ -O
> ./src/Configure.java ./src/LPRPort.java ./src/RXTXCommDriver.java
> ./src/RXTXPort.java ./src/RXTXVersion.java
> Note: * uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> /usr/local/java//bin/jar cf jcl.jar gnu/*
> libtool: ltconfig version `' does not match ltmain.sh version `1.3.5'
> Fatal configuration error. See the libtool docs for more information.
> libtool: ltconfig version `' does not match ltmain.sh version `1.3.5'
> Fatal configuration error. See the libtool docs for more information.
> make: *** [/libSerial.la] Error 1
Well, in order to fix this, you have to downgrade the libtool to 1.3.5. Same
as above.
> -Jake
More information about the Rxtx
mailing list