It should be this thread. http://www.jsoftware.com/pipermail/beta/2015-July/007987.html
libjpcre and libpcre are different. j regex uses different api depending on using libjpcre or libpcre. Пт, 18 дек 2015, Martin Neitzel написал(а): > 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 -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
