[Bug bootstrap/45174] Make fails in zlib
rwild at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 6 17:22:00 GMT 2010
------- Comment #15 from rwild at gcc dot gnu dot org 2010-08-06 17:22 -------
(In reply to comment #14)
> Â Â Â Â Can you put that in layman's terms?
Yes; sorry for the complicated and technical response. As far as I can see,
there is at the moment no simple way to avoid this issue with a configure
command-line switch, so I'll describe an approach that hopefully works around
the issue for now:
In the build tree where the error occurred, there should be an empty file named
something like:
arm-unknown-elf/zlib/config.cache
Please open that file with a text editor and add the line
lt_cv_shlibpath_overrides_runpath=no
Then rerun make. Please report back if that works or not; if it doesn't, then
find the first error message in the output and cut and paste 50 lines of output
from a few lines above that error message. Thanks.
I'll write to the gcc list about how to improve configury so that this
hopefully becomes easier or unnecessary in the future.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45174
More information about the Gcc-bugs
mailing list