Sorry for that, the second lib should be removed and the first line
be amended to

   lib=. (UNAME-:'Darwin'){::'libc.so.6 ';'libc.dylib '

There are no public J6 distributions for SunOS or NetBSD
as far as I know.

Птн, 17 Фев 2012, Gilles Kirouac писал(а):
> 
>   The following is from jmf.ijs of J6.02 for Linux
> 
> NB. conditional definitions
> 3 : 0''
> if. IFUNIX do.
>   lib=. (UNAME-:'Darwin'){::'libc.so.6';'libc.dylib'
>   lib=. (>: (<UNAME) e. ;:'SunOS NetBSD') {. ' _'
>   api=. 1 : ('(''',lib,''',x) & cd')
> 
> 
>   When UNAME is 'Linux', lib ends up being a white space.
> 
>   Should the second lib assignment be: 
> 
>   lib=. lib, ...
> 
>   This solves the Linux case, but I am not familiar with SunOS or NetBSD.
> 
>    JVERSION
> Installer: j602a_linux32.sh
> Engine: j602/2008-03-03/16:45
> Library: 6.02.060
> 
> 
>  ~ Gilles
> ----------------------------------------------------------------------
> 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

Reply via email to