From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 11:26:40 2005 Return-Path: X-Original-To: freebsd-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 0D36B16A41C for ; Thu, 14 Jul 2005 11:26:39 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from royk.itea.ntnu.no (royk.itea.ntnu.no [129.241.190.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4940543D49 for ; Thu, 14 Jul 2005 11:26:35 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by royk.itea.ntnu.no (Postfix) with ESMTP id 8D20666F3C for ; Thu, 14 Jul 2005 13:26:34 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by royk.itea.ntnu.no (Postfix) with SMTP for ; Thu, 14 Jul 2005 13:26:34 +0200 (CEST) Received: (qmail 80631 invoked by uid 1001); 14 Jul 2005 13:26:33 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Jul 2005 13:26:33 +0200 Date: Thu, 14 Jul 2005 13:26:33 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Rodolphe Conan In-Reply-To: <1121268715.58713.4.camel@enezeusa.aolab.me.uvic.ca> Message-ID: <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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. 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 Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 11:26:40 -0000 * 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