> I am running FreeBSD 5.3 with linux_base-8 installed. > I have installed the linux version of Matlab 7 (R14) and now when I start > matlab 7 I have this warning message: > /compat/linux/usr/local/Matlab/bin/matlab: line 1: /lib/libc.so.6: > cannot execute binary file > Any idea what does it mean? > Matlab start anyway but I cannot make 3D > surface plots (A simple mesh(zeros(20)) will run forever taking all my > cpu!!) or even a simple help linspace will freeze matlab?
How did you install it? May be, Matlab tries to run some executable, which is not marked as Linux executable. See brandelf(1). You could try to run Matlab under ktrace(1) and check for exec system calls. Norbert _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"