Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 09:38:39 +0200
From:      turbo <turbo23@gmx.net>
To:        freebsd-java@freebsd.org
Subject:   problems to compile RXTX 1.5.4 under Freebsd
Message-ID:  <5.1.0.14.2.20010731093123.025907a0@pop.gmx.net>

next in thread | raw e-mail | index | archive | help
Hello

Has anyone succeded in compiling the RXTX package v1.5.4 with the
linux-jdk1.3.1 installed on a FreeBSD 4.3-Stable system ?
This is the output I receive, after running ./configure
--- snip ---
adjusted java.home is /usr/local/linux-jdk1.3.1
checking os.name Linux
checking os.arch i386
checking java.vendor Sun Microsystems Inc.
checking java.version 1.3.1
checking os.version 4.3-STABLE
------------------------------------------------------
WARNING: A comm.jar file is alread installed
make install will overwrite it
/usr/local/linux-jdk1.3.1/jre/lib/ext/comm.jar
------------------------------------------------------
conftest.c:2: linux/version.h: No such file or directory
./configure: ./conftest: not found
test: !=: argument expected
conftest.c:1: features.h: No such file or directory
./configure: ./conftest: not found
test: 2: unexpected operator
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
--- snip ---

Of course, after this, a gmake fails with following errors:

--- snip ---
gcc -I /usr/home/bmc/tini/tmp/rxtx-1.5-4 -I i386-unknown-freebsdelf4.3 -I
.
-I /usr/local/linux-jdk1.3.1/include -I
/usr/local/linux-jdk1.3.1/./include/linux/ -g -O2 -D_BSD_SOURCE
-DLOCKFILES
-c .././src/ParallelImp.c -fPIC -DPIC -o
/usr/home/bmc/tini/tmp/rxtx-1.5-4/i386-unknown-freebsdelf4.3/ParallelImp.lo
.././src/ParallelImp.c:67: machine/lpt.h: No such file or directory
.././src/ParallelImp.c:580: #error Trent never looked at this.
.././src/ParallelImp.c:610: #error Trent never looked at this.
rm -fr .libs/libParallel.la .libs/libParallel.* .libs/libParallel.*
(cd /usr/home/bmc/tini/tmp/rxtx-1.5-4/i386-unknown-freebsdelf4.3 && ln -s
ParallelImp.lo ParallelImp.o)
ln: ParallelImp.o: File exists
gmake: *** [i386-unknown-freebsdelf4.3/libParallel.la] Error 1
--- snip ---

Any help is greatly appreciated.

regards,
Thomas Vogt
Network Engineer
Phone: +41(0)1/918 99 99
Direct Line: +41(0)1/918 92 35
Fax: +41(0)1/918 99 98
eMail: thomas.vogt@distefora.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20010731093123.025907a0>