Source: gcl
Version: 2.6.12-88
Tags: patch

Compilation fails with

;; Loading "../tkl.o"
Unknown reloc type 31

The relocation type 31 == R_PPC64_PLT16_HA and apparently it is not yet handled.
Similar issue have been found on Fedora
 https://lists.gnu.org/archive/html/gcl-devel/2019-07/msg00000.html

Using flag -mno-pltseq/finishes properly with GCL (GNU Common Lisp) 2.6.12 ANSI Fri Apr 22 15:51:11 UTC 2016 Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl) Binary License: GPL due to GPL'ed components: (XGCL READLINE UNEXEC) Modifications of this banner must retain notice of a compatible license Dedicated to the memory of W. Schelter Use (help) to get some basic information on how to use GCL. Temporary directory for compiler files: /tmp/ >;; Loading "../tkl.o" start address -T 0xf5f8b0 ;; Finished loading "../tkl.o" 112159 > NIL >make[1]: Leaving directory '/build/gcl-0nFTx8/gcl-2.6.12/gcl-tk' rm h/mcompdefs.h /

Reply via email to