Well, if you e.g. build it with ECL you'll get
$ ldd local/lib/fricas/target/x86_64-pc-linux-gnu/bin/FRICASsys
linux-vdso.so.1 (0x00007ffebafdb000)
libecl.so.20.4 => /home/dimpase/sage/local/lib/libecl.so.20.4
(0x0000794452bbc000)
libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x0000794452b1a000)
libgc.so.1 => /usr/lib/x86_64-linux-gnu/libgc.so.1 (0x0000794452aa3000)
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x0000794452a99000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x0000794452a94000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x0000794452911000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000079445274e000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x000079445272d000)
/lib64/ld-linux-x86-64.so.2 (0x000079445340a000)
anyway, if you configure fricas with --enable-gmp and there is no
static gmp installed,
you'd get a runtime dependence on libgmp.
>
> On 11/25/20 6:25 PM, Dima Pasechnik wrote:
> > does this work in your fork? I'd expect that you'd need to install, in
> > addition to
> > sbcl and libxpm-dev, also
> >
> > libgmp-dev
> > make
> > gcc
> > gettext
> > autoconf
> > automake
> > libtool
> > pkg-config
> >
> >> --
> >> You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
> >> To unsubscribe from this group and stop receiving emails from it, send an email to
fricas-devel...@googlegroups.com.
> >> To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/83532d8d-1f99-a7fc-58be-e713e6519008%40gmail.com.
> >
>
> --
> You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
fricas-devel...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/70d863a7-ba48-fce2-a43d-49a4236cb5ea%40gmail.com.