This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: groan: installation


On Sat, 2 Nov 2002, Bryce McKinlay wrote:
> > What seems to take the time (at least on my machine) is the _install_
> > of all the header files and the building of the eventual .so libs.
>
> One thing I do is to hack the top level configure to use /bin/install
> instead of install.sh. This makes the header installation much faster.

A trick I use when hacking libgcj is "make install-exec" from the libjava
directory when I am confident that the headers are already installed and
haven't changed.

But yes, building libgcj.la is painfully slow.  I have no good ideas for
that.  A faster libtool would be nice...

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]