bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18784: Coultdn't compile emacs-24.4


From: Stefan Monnier
Subject: bug#18784: Coultdn't compile emacs-24.4
Date: Mon, 16 Mar 2015 09:09:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +if test "$GCC" = yes; then
> +  # Disable PIE to avoid segfaults in temacs (bug#18780)
> +  LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -nopie"
> +fi

Hmm... is `-nopie' a linker-option or a compiler-option?
IOW what about systems which use gcc to compile but something else to
link or vice-versa?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]