From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 16:40:19 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 CCAA916A41C for ; Wed, 29 Jun 2005 16:40:19 +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 A6BE743D4C for ; Wed, 29 Jun 2005 16:40:19 +0000 (GMT) (envelope-from rconan@uvic.ca) Received: from enezeusa.aolab.me.uvic.ca (cbr-pad.me.UVic.CA [142.104.123.107]) by castle.comp.uvic.ca (8.13.2/8.13.2) with ESMTP id j5TGeDGh1482852; Wed, 29 Jun 2005 09:40:13 -0700 From: Rodolphe Conan To: Norbert Koch In-Reply-To: <000801c57cc6$f96bfd60$4801a8c0@ws-ew-3.W2KDEMIG> References: <000801c57cc6$f96bfd60$4801a8c0@ws-ew-3.W2KDEMIG> Content-Type: text/plain Date: Wed, 29 Jun 2005 09:48:21 -0700 Message-Id: <1120063701.58472.9.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: 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: Wed, 29 Jun 2005 16:40:19 -0000 I have installed it using the matlab install script : /usr/compat/linux/bin/sh install! ROd On Wed, 2005-06-29 at 18:24 +0200, Norbert Koch wrote: > > 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 "freebsd-questions-unsubscribe@freebsd.org"