This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Prerelease is not a treat on ia64 (at least older ia64 systems)
On Mon, Nov 01, 2004 at 10:40:16AM -0800, Mark Mitchell wrote:
> Joe Buck wrote
>
> >Just got a failure.
> >
> >This release will not bootstrap on an ia64 system running Red Hat
> >AW 2.1, because of the (known) libunwind problem.
> >
> >
> Jakub, is this something you could help with? In the past, you have
> demonstrated the ability to make sense out of all of this shared library
> complexity...
It seems that it would suffice to solve the problem, if during the
stage 2 bootstrap $build_dir/gcc/stage1 would be added to LD_LIBRARY_PATH
(and appear first), and during the stage 3 bootstrap $build_dir/gcc/stage2
would be added instead. That way, any programs built during the boot
would use the shared libraries that were just built.