On Sat, 04 Jun 2011, Jonathan Nieder wrote:
> > Typically, the cryptic message indicates an overflow of the stub stable
> > generated by the linker.
> [... lots of helpful details snipped ...]
>
> Thanks for a nice explanation. Do you mind if I forward this
> information to the bug log at 334...
Forwarding Dave's explanation (with permission).
--- Begin Message ---
Typically, the cryptic message indicates an overflow of the stub stable
generated by the linker. The stubs are used to make long calls. GCC
assumes a fixed size for the table and computes branch distances on this
basis.
Chang
Hi,
Domenico Andreoli wrote:
> the main part of boost libraries builds correctly without the -mlong-calls
> switch, which worked around this bug. instead a similar problem is now
> present in the build of Boost.Graph library, which again is worked around
> adding -mlong-calls.
>
> i recently add
3 matches
Mail list logo