Installing MATLAB: processor is missing the SSE2 instructions

2009-07-12 Thread Daniel Underwood
Trying to install MATLAB (R2008b) according to the directions here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-matlab.html Here's what happens when I try to install: devil # /compat/linux/bin/sh /home/daniel/matlab-install/install expr: illegal option -- r usage: expr

Re: Installing MATLAB: processor is missing the SSE2 instructions

2009-07-12 Thread Daniel Underwood
Upon further investigation, I've learned that I can disregard the sse2 error. I changed: expr `cat /proc/cpuinfo` : '.* sse2 .*$' to: #expr `cat /proc/cpuinfo` : '.* sse2 .*$' echo 1 ___ freebsd-questions@freebsd.org mailing list