dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

configure exists on fc10 #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sh autoconf.sh
2. mkdir build
3. cd build; ../configure

What is the expected output? What do you see instead?

checking for swig... swig
checking for java... java
checking for javac... nojavac
configure: error: no javac binary in PATH, bindings will not be built
[oobie@localhost build]$ java -version
java version "1.5.0"
gij (GNU libgcj) version 4.3.2 20081105 (Red Hat 4.3.2-7)

Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[oobie@localhost build]$ cat /etc/issue
Fedora release 10 (Cambridge)
Kernel \r on an \m (\l)

[oobie@localhost build]$ 

Please use labels and text to provide additional information.

./configure --disable-java completes fine, but obviously does not
build java

Original issue reported on code.google.com by kml.b...@gmail.com on 10 Jun 2009 at 2:46