On 7 Sep 2012 at 14:16, "Tóth Attila" wrote:

> Omitting "-pipe" from CFLAGS didn't help. What else can I try to compile
> these binaries? Are there any PaX or Grsec kernel options with a potential
> influence?

i guess you're using SEGMEXEC which limits the process virtual address space
size to 1.5G and that is apparently not enough to link these binaries anymore.
you can disable SEGMEXEC on the gcc/ld binaries and perhaps USE=-debug if you
have it enabled as it can consume more memory at link time for larger binaries.


Reply via email to