You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> jiffy (compile) /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: невозможно найти -lerl_interface: Нет такого файла или каталога collect2: error: ld returned 1 exit status sh(c++ c_src/decoder.o c_src/encoder.o c_src/jiffy.o c_src/utf8.o c_src/util.o c_src/doubles.o c_src/objects.o c_src/double-conversion/bignum-dtoa.o c_src/double-conversion/bignum.o c_src/double-conversion/cached-powers.o c_src/double-conversion/diy-fp.o c_src/double-conversion/double-conversion.o c_src/double-conversion/fast-dtoa.o c_src/double-conversion/fixed-dtoa.o c_src/double-conversion/strtod.o -lstdc++ -lstdc++ -shared -L/home/oper/.asdf/installs/erlang/24.3.4.10/lib/erl_interface-5.2.2/lib -lerl_interface -lei -o priv/jiffy.so) failed with return code 1 and the following output: /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: невозможно найти -lerl_interface: Нет такого файла или каталога collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
-lerl_interface:Нет такого файла или каталога indicates it can't find the erl_interface.
We recently added a GH actions CI job to test building and compiling on various OSes and Erlang 24 versions. Erlang 24 is included on ubuntu-latesthttps://github.com/davisp/jiffy/actions. The latest jiffy 1.1.2 seems to compile on 20->27 inclusive at least on ubuntu. Wonder if it's fixed on SUSE Linux 13 as well?
==> jiffy (compile) /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: невозможно найти -lerl_interface: Нет такого файла или каталога collect2: error: ld returned 1 exit status sh(c++ c_src/decoder.o c_src/encoder.o c_src/jiffy.o c_src/utf8.o c_src/util.o c_src/doubles.o c_src/objects.o c_src/double-conversion/bignum-dtoa.o c_src/double-conversion/bignum.o c_src/double-conversion/cached-powers.o c_src/double-conversion/diy-fp.o c_src/double-conversion/double-conversion.o c_src/double-conversion/fast-dtoa.o c_src/double-conversion/fixed-dtoa.o c_src/double-conversion/strtod.o -lstdc++ -lstdc++ -shared -L/home/oper/.asdf/installs/erlang/24.3.4.10/lib/erl_interface-5.2.2/lib -lerl_interface -lei -o priv/jiffy.so) failed with return code 1 and the following output: /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: невозможно найти -lerl_interface: Нет такого файла или каталога collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: