I guess it should, J assume mac can find this file without given the full path name, if this is no the case, a number of other references to this files inside J base library and addons would need fix.
I do not use mac so unsure how mac actually find it shared library. Сбт, 05 Фев 2011, J. Patrick Harrington писал(а): > > OK, it is there in /usr/lib; a link to a link: > ------------------------------------------------------------------- > [uni:~] jph% ls -al /usr/lib/libc.dylib > lrwxr-xr-x 1 root wheel 15 Sep 10 2009 /usr/lib/libc.dylib -> > libSystem.dylib > [uni:~] jph% ls -al /usr/lib/libSystem.dylib > lrwxr-xr-x 1 root wheel 17 Sep 10 2009 /usr/lib/libSystem.dylib -> > libSystem.B.dylib > [uni:~] jph% ls -al /usr/lib/libSystem.B.dylib > -r-xr-xr-x 1 root wheel 6882512 Nov 6 02:16 /usr/lib/libSystem.B.dylib > -------------------------------------------------------------------- > What does that tell us? Should /usr/lib be in my search path? > > Patrick > > On Sat, 5 Feb 2011, bill lam wrote: > > ???, 05 ??? 2011, J. Patrick Harrington ?????(?): > >> Now searching my machine, I find no such file as "libc.dylib". Is > >> that right name? Where would that file usually reside? > > > > It is a symlink, may be try harder with > > > > locate -r 'libc\..*dylib' > > > > -- > > regards, > > ==================================================== > > GPG key 1024D/4434BAB3 2008-08-24 > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
