On Fri, Jul 21, 2006 at 08:09:33AM +0200, Clemens Eisserer wrote: > Hello again, > > Thanks for all the help and patience, its really seldom to get such > amount help ... thanks! > > I now discovered that the debian-based Maemo-scartchbox SDK only comes > with automake-1.8.5 whereas classpath requires at least 1.9 so it > bails out with an error message - running autogen.sh on my Fedora Core > 4 box and trying to run the generated configure-file fails since > symbolic links to e.g. config.sub are not valid. > > I fear I am not experienced enough to update the whole > build-machinary, however running configure which is distributed as > part of classpath-0.91 works perfektly. > How do classpath-developers generate these file without running into > problems with the symbolic link desaster I experienced. As long as you build on the machine where you ran autogen.sh this is no problem. When you want to use everything on a second machine you should use "make dist" and use the created classpath-VERSION.tar.gz on the other machine. It includes all files directly and no symlinks. This way you can use the latest autotools from fedora and build easily in your Maemo-scratchbox environemnt. Cheers, Michael -- http://www.worldforge.org/