Re: [tcljava-user] Linux/Linux jacl install by configure script
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2012-12-05 20:32:01
|
On Tue, Dec 04, 2012 at 10:59:18PM +0200, Evgeniy Gitomirskiy wrote: > Hi, > I'm trying to install jacl on my linux OS. When I run the configure script, > I have the next error: > checking for java_g... no > checking for javah... no > Cannot find javah on /usr/bin > I understand the role of this files, but I don't have any on my station. If > there any way to download them/solve this problem in other way? You might want to try the JTcl project's binary downloads. JTcl is an updated version of Jacl. See: http://jtcl.kenai.com/ Building from source is also a lot more Java friendly, using maven. Sources are available from the same download directory, or can be acquired by using Mercurial. -- Tom Poindexter tpo...@ny... |