Importing new GNU Classpath release

Andreas Tobler toa@pop.agri.ch
Sun Nov 13 23:11:00 GMT 2005


Mark Wielaard wrote:
> On Sun, 2005-11-13 at 20:56 +0100, Mark Wielaard wrote:
> 
>>I know several people are already using the merged tree and I have run
>>several programs and test suites which all seem fine. But I have not
>>seen any build/test reports for non-x86 GNU/Linux systems so if you have
>>something non-x86 or non-GNU/Linux please try out a merged tree and
>>report the results.
> 
> 
> Got a question how to test this locally on irc. It is all in the HACKING
> file but here is the short version.
> 
> Make sure automake is version 1.9.3, then:
>   mv ~/src/classpath-upstream-clean classpath
>   cd classpath
>   cp ../../lt* .
>   cp ../../config.sub ../../config.guess .
>   aclocal -I m4 -I ../..
>   autoconf
>   autoheader
>   automake
>   rm -rf autom4te.cache
>   cd ..
>   scripts/makemake.tcl > sources.am
>   automake
> 
> Go to your build directory, rm -rf gcc-obj/i686-pc-linux-gnu/libjava and
> then just make && make install

Thanks Mark,

my additions, untested, a* (aclocal, autoconf, autoheader, automake) is 
what autogen.sh does. Doing so would need for the poor souls I belong to 
setting the ACLOCAL_FLAGS to the actual libtool: 
ACLOCAL_FLAGS="-I<path-to-libtool>share/aclocal -I m4 ../.."

then autogen.sh.
I'll try by tomorrow and report.

Andreas



More information about the Java mailing list