Thanks for all the quick replies. The script has 
=======================
NB. lapack definitions

path=: jpath '~addons/math/lapack/'

3 : 0''
if. IF64 do.
  '64-bit not supported' 13!:8[10
end.
if. UNAME-:'Linux' do.
  dll=: '"',path,'lapack.so" '
elseif. UNAME-:'Darwin' do.
  dll=: '/System/Library/Frameworks/vecLib.framework/vecLib '
elseif. UNAME-:'Win' do.
  dll=: '"',path,'jlapack.dll" '
end.
''
)
=========================
For me, IF64 <-> 1 .

I'll try this on a 32=bit version if I can.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to