Re: regenerating configure in gcc

2006-11-03 Thread Mike Stump
On Nov 1, 2006, at 7:56 AM, Jack Howarth wrote: autoreconf -I ../config In general, you will want to check the Makefile and see what it uses to run aclocal. In java for example, they use: ACLOCAL_AMFLAGS = -I . -I .. -I ../config So, in fact, I think you regenerated the file incorrectly.

Re: regenerating configure in gcc

2006-11-02 Thread Jack Howarth
Ben, I believe I have puzzled out my problem. Geoff's multilib changes needs a patch for the zlib and libjava configure.ac (matching what he did for that file in libobjc). I have been able to obtain a complete build for c, c++, objc and fortran now on a G4 under Darwin8 after patching the config

Re: regenerating configure in gcc

2006-11-02 Thread Ben Elliston
>I am having difficulty getting configure properly regenerated in > libjava so that Geoff's multilib changes will take effect. What > versions of automake and libtool is required by the current gcc 4.2 > branch? The safest thing to do is to always look at the top of the file you're trying to r

regenerating configure in gcc

2006-11-01 Thread Jack Howarth
I am having difficulty getting configure properly regenerated in libjava so that Geoff's multilib changes will take effect. What versions of automake and libtool is required by the current gcc 4.2 branch? I have been trying automake 1.10 and libtool 1.5.22. However whenever I use autoreconf -I