Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
850 stars 103 forks source link

Linker warnings on modern Linux distributions #414

Closed gmpalter closed 2 years ago

gmpalter commented 2 years ago

Building the Lisp kernel on a modern Linux distribution (e.g., Ubuntu 22.04) generates the linker warnings

/usr/bin/ld: x86-spentry64.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE

Nevertheless, the kernel appears to function properly. (E.g., CCL passes the ANSI test suite.)