From owner-freebsd-hackers Mon Jul 30 6:45:32 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from dominozh.minick.ch (unknown [62.65.140.70]) by hub.freebsd.org (Postfix) with ESMTP id 03F3137B401 for ; Mon, 30 Jul 2001 06:45:28 -0700 (PDT) (envelope-from alessandro.magnani@distefora.com) Subject: Making RXTX v.1.5.4 compile with linux-jdk1.3.1 To: FreeBSD-hackers@freebsd.org X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000 Message-ID: From: alessandro.magnani@distefora.com Date: Mon, 30 Jul 2001 15:51:33 +0200 X-MIMETrack: Serialize by Router on dominozh/zuerich/minick(Release 5.0.4 |June 8, 2000) at 07/30/2001 03:51:36 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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, Magnani A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message