The problem disappears when I force J to use system's libgmp.so :

user@host:~/j904/bin> mv libgmp.so libgmp.so.ORIG

user@host:~/j904/bin> cp /usr/lib64/libgmp.so.10.3.2 libgmp.so

user@host:~/j904/bin> ./jconsole
   x: 1000
1000
   exit ''

user@host:~/j904/bin> ldd libjqt.so.2.0.3 | fgrep gmp
        libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00007fa928f03000)

--
Regards,
Igor


On Mon, Jan 23, 2023 at 10:47 PM bill lam <[email protected]> wrote:
> Can you help debugging by narrowing down the possible issues of the
> libgmp.so bundled in the j ~bin folder?  Delete or move the ~bin/libgmp.so
> to other places. Then copy the libgmp.so.10 from your linux lib folder to j
> bin/libgmp.so
> 
> And then retry if x: 1000 will work?



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to