Re: jaxp-1.3 failed to build from source
Chris Burdess <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.xml |
|---|---|
| Message-ID | <[email protected]> |
Arnaud Vandyck wrote: > I tried to update the gnujaxp package for Debian but can't build the > package from sources. > > It seems make install wanna install something to: > /usr/share/java > /usr/share/java/ext > > Shouldn't it be $DESTDIR/share/java etc... > > As I don't know nothing to autotools, is it possible to tell me which > files are concerned or maybe it's just a variable to set. It should install to $(datadir)/share/java and $(datadir)/lib You can specify the prefix using /path/to/configure --prefix=... As far as I am aware nothing should be installed to $(datadir)/share/java/ext, I don't know why the directory is created. -- Chris Burdess