I could make a successful compilation by manually adding paths to libraries and installing required dependency libunwind and libunwind-dev:
swipl-ld -L/lib/x86_64-linux-gnu/ -L/usr/lib/x86_64-linux-gnu -lgmp -ldl -lquadmath -lcurses -lunwind -v -o test test.c test.pl Swipl seems to need libunwind, it should be added to Deps. Compilation should not require "system" deps. Olivier -- gpg key id: 4096R/326D8438 (keyring.debian.org) Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

