Tim wrote:

> You probably have not turned off address randomization during build.
> (faq 36,37): Try (as root):
>
> echo 0 >/proc/sys/kernel/randomize_va_space
> echo 0 >/proc/sys/kernel/exec-shield
> make clean
> make NOISE=


In my original email I had forgotten to mention that I had executed
both of these lines multiple times:

  echo 0 >/proc/sys/kernel/randomize_va_space
  echo 0 >/proc/sys/kernel/exec-shield


However, I was using just make instead of

 make clean
 make NOISE=

when I used these, the build proceeded past the point where the error
was encountered with no problems.


Thanks,

Ted


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to