Advertisement
Guest User

Macaulay2 compiling error on Arch

a guest
Oct 18th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.55 KB | None | 0 0
  1. make -C c all
  2. make[2]: Entering directory '/home/lello/Desktop/macaulay2/src/M2/M2/Macaulay2/c'
  3. LDFLAGS: -L/home/lello/Desktop/macaulay2/src/M2/M2/usr-host/lib -L/home/lello/Desktop/macaulay2/src/M2/M2/submodules/memtailor -L/home/lello/Desktop/macaulay2/src/M2/M2/submodules/mathic -L/home/lello/Desktop/macaulay2/src/M2/M2/submodules/mathicgb/.libs  -Wl,-rpath,/home/lello/Desktop/macaulay2/src/M2/M2/usr-host/lib
  4. gcc  -L/home/lello/Desktop/macaulay2/src/M2/M2/usr-host/lib -L/home/lello/Desktop/macaulay2/src/M2/M2/submodules/memtailor -L/home/lello/Desktop/macaulay2/src/M2/M2/submodules/mathic -L/home/lello/Desktop/macaulay2/src/M2/M2/submodules/mathicgb/.libs  -Wl,-rpath,/home/lello/Desktop/macaulay2/src/M2/M2/usr-host/lib -march=x86-64 -mtune=generic -pipe -fstack-protector-strong -O2 -std=c99 -Wall -Wno-unknown-attributes -Werror -Wimplicit-function-declaration  scc1.o readfile.o error.o dictionary.o list.o cprint.o type.o chk.o compat.o debugging.o grammar.o -lgdbm -lm -lgc -lxml2 -llzma -lz -lm -llapack -lblas -lfactory -lntl -lgmp -lgdbm -lgc -latomic_ops -lfrobby -lgmpxx -lgmp -lreadline -lncurses -lpthread -ldl -lgmp -o scc1
  5. /usr/bin/ld: warning: libntl.so.16, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libfactory.so, not found (try using -rpath or -rpath-link)
  6. /usr/bin/ld: warning: libgmp.so.10, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libfactory.so, may conflict with libgmp.so.11
  7. /usr/bin/ld: warning: libgmp.so.10, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libfactory.so, may conflict with libgmp.so.11
  8. /usr/bin/ld: warning: libgmp.so.10, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libfactory.so, may conflict with libgmp.so.11
  9. /usr/bin/ld: /home/lello/Desktop/macaulay2/src/M2/M2/usr-host/lib/libntl.a(GF2EXFactoring.o): undefined reference to symbol '_ZNSo9_M_insertIdEERSoT_@@GLIBCXX_3.4.9'
  10. /usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
  11. collect2: error: ld returned 1 exit status
  12. Makefile:51: recipe for target 'scc1' failed
  13. make[2]: *** [scc1] Error 1
  14. make[2]: Leaving directory '/home/lello/Desktop/macaulay2/src/M2/M2/Macaulay2/c'
  15. Makefile:20: recipe for target 'all-in-c' failed
  16. make[1]: *** [all-in-c] Error 2
  17. make[1]: Leaving directory '/home/lello/Desktop/macaulay2/src/M2/M2/Macaulay2'
  18. GNUmakefile:144: recipe for target 'all-in-Macaulay2' failed
  19. make: *** [all-in-Macaulay2] Error 2
  20. make: Leaving directory '/home/lello/Desktop/macaulay2/src/M2/M2'
  21. ==> ERROR: A failure occurred in build().
  22.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement