BL>     IIRC you have asked the same question and I had also responded
BL>     sometimes ago.

What I had reported some time ago was something different:  something
related to where the libj or libqtide is picked up.  (IIRC something
needing a fix in the C code.)

This is sommething different:

>>    jregcomp_jregex_
>> '"/home/neitzel/j804/usr/share/j/8.0.4/tools/regex/libjpcre.so" regcomp +
>> i *x *c i'&(15!:0)

If it is not a missing shared lib, then this looks more like some botched
citeria in the regex J code.

But I'm also not sure that "just uses the standard libpcre" is the simple
solution:

        $ pwd
        /home/neitzel/j804/usr/share/j/8.0.4/tools/regex/
        $ ln -s /lib/arm-linux-gnueabihf/libpcre.so.3.13.1 libjpcre.so
        $ bin/jc
           'l' rxmatches 'bill lam'
        Segmentation fault
        $ 

There's obviously a bit more of a problem here.  Locating/selecting
the proper shared lib is not the only one.

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

Reply via email to