libgap.map for 4.8.6?

Issue #1 resolved
Dmitrii Pasechnik created an issue

I am getting the following linking error at the end of the libgap building. Any idea?

/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot open linker script file ../../../src/libgap.map: No such file or directory collect2: error: ld returned 1 exit status

Comments (2)

  1. Dmitrii Pasechnik reporter

    it seems that src/libgap.map must be updated, and included in the tarfile made by make dist. This at least allows Sage to build libgap package.

    <pre>

    --- a/src/libgap.map
    +++ b/src/libgap.map
    @@ -1,4 +1,4 @@
    -LIBGAP_8.4.3 {
    +LIBGAP_4.8.6 {
     global:
     libGAP_*;
     libgap_*;
    
  2. Log in to comment