On Thu, 5 Mar 2009, Ralf Wildenhues wrote:
> If you are rerunning things manually, in libgomp you need to use > aclocal -I .. -I ../config > autoconf > automake Well i dont run aclocal and automake as I have not mods that are related to those tools. I guess thats causing my issue. > and within the GCC tree, you currently *have* to use exactly Autoconf > 2.59 and Automake 1.9.6. > > I have patches to update most of the GCC tree to current autotools, > but that is 4.5 material. > I have used autoconf 2.63 to the gcc-4.3.3 source tree to recreate everything and it works fine apart from the directory libgomp. Of course it requires a libtool patch which mainly requires ltsugar to ve patched with m4_define([m4_custom_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) and some relevant changes in libtool of course. Thanks for the help, Regards,