LibxmlJ build problem
Julian Scheid <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Message-ID | <[email protected]> |
I fixed a problem in Makefile.am, but there are still build quirks. You currently have to run make two times before installing. Like this: make make su -c "make install" This is because the first make run will delete a couple of class files before it finishes, and I don't know how to stop it from doing this. Julian