Error compiling with polyc on Debian 10 Buster

69 views Asked by At

"/usr/bin/ld: cannot find -lpolyml"

I received this error when compiling a source sml file with polyc on Debian 10.

1

There are 1 answers

0
William Mitchell Jr. On

polyc requires the deb package 'libpolyml-dev', even though it is not installed by default when installing the deb package 'polyml'. So, 'apt install libpolyml-dev' resolved the issue.