From owner-freebsd-questions@FreeBSD.ORG Fri Jul 15 16:12:03 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8074C16A41C; Fri, 15 Jul 2005 16:12:03 +0000 (GMT) (envelope-from rconan@uvic.ca) Received: from castle.comp.uvic.ca (castle.comp.uvic.ca [142.104.5.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B9743D45; Fri, 15 Jul 2005 16:12:02 +0000 (GMT) (envelope-from rconan@uvic.ca) Received: from enezeusa.aolab.me.uvic.ca (aolab.me.UVic.CA [142.104.123.107]) by castle.comp.uvic.ca (8.13.2/8.13.2) with ESMTP id j6FGC1Nj1446010; Fri, 15 Jul 2005 09:12:01 -0700 From: Rodolphe Conan To: questions@freebsd.org In-Reply-To: <20050714132233.X80538@maren.thelosingend.net> References: <000301c57e0f$1415a820$4801a8c0@ws-ew-3.W2KDEMIG> <1120234506.823.4.camel@S01060050ba569500.gv.shawcable.net> <42C59C8A.7070205@visi.com> <1121268715.58713.4.camel@enezeusa.aolab.me.uvic.ca> <20050714132233.X80538@maren.thelosingend.net> Content-Type: text/plain Date: Fri, 15 Jul 2005 09:12:25 -0700 Message-Id: <1121443945.83695.15.camel@enezeusa.aolab.me.uvic.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-UVic-Virus-Scanned: OK - Passed virus scan by Sophos (sophie) on castle X-UVic-Spam-Scan: castle.comp.uvic.ca Not_scanned_LOCAL X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) Cc: Dan Olson , freebsd-questions@freebsd.org Subject: Re: Matlab7 (R14) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 16:12:03 -0000 Me after the install, I have created the following symbolic link: ln -s /usr/local/linux-sun-jdk1.4.2/jre jre1.5.0 in /path/to/matlab/install/sys/java/jre/glnx86 and finally add a startup.m file in /path/to/matlab/install/toolbox/local with the following line inside set(0,'DefaultFigureRenderer','ZBuffer','DefaultFigureRendererMode','Manual') And now matlab7 works for me! Hopes it will help Rod On Thu, 2005-07-14 at 13:26 +0200, Svein Halvor Halvorsen wrote: > * Rodolphe Conan [2005-07-13 08:31 -0700] > > I finally got Matlab 7 working! > > I have put the following in the startup m-file > > set(0,'DefaultFigureRenderer','ZBuffer',... > > 'DefaultFigureRendererMode','Manual') > > Before to set these default properties, doing get(gcf,'Renderer') gave > > me None ! > > > COuld you please provide me with a step-by-step guide on how to setup > Matlab / on a FreeBSD 5.4 system? Is this DefaultFigureRenderer setting > all you need to alter? And where do I put this configuration? > > I've installed Matlab 7 using: > > /compat/linux/bin/sh /path/to/matlab/install > > > This gives me a seemingly working Matlab, except almost everything I try > to di results in a freeze. I get the same /lib/libc.so.6: cannot execute > binary file error as you reported, but this doesn't seem to cause any > trouble. Java crashes all the time too. Did you change the bundles java? > If so, how? > > > > Svein Halvor