dreamstreat / libkml

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

javac not found is configure fatal error #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout revision 606
2. ./autogen.sh
3. ./configure

What is the expected output? What do you see instead?
configure stops on a fatal error, 
'no javac binary in PATH, bindings will not be built'
build fails with no makefile

What version of the product are you using? On what operating system?
debian lenny 5.01, amd64  fresh install
java --version shows
1.5.0  gij 4.3.2

Did you run the unit test suite that comes with the project? Did all tests pass?
no

Please provide any additional information below.

Original issue reported on code.google.com by brian.da...@gmail.com on 2 Jul 2009 at 6:36

GoogleCodeExporter commented 8 years ago
I installed java 1.6 on top of the stock lenny 5.01
(instructions at rsreese.com)

the new java appears to satisfy configure

Original comment by brian.da...@gmail.com on 2 Jul 2009 at 8:27