From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 16:26:38 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 1479016A41C for ; Wed, 29 Jun 2005 16:26:38 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DC943D4C for ; Wed, 29 Jun 2005 16:26:37 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 027A087F2F; Wed, 29 Jun 2005 18:26:35 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29620-07; Wed, 29 Jun 2005 18:26:29 +0200 (CEST) Received: from firewall.demig (p5083937F.dip0.t-ipconnect.de [80.131.147.127]) by server.absolute-media.de (Postfix) with ESMTP id 3617B5E7B3; Wed, 29 Jun 2005 18:26:29 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j5TGO8u9051683; Wed, 29 Jun 2005 18:24:08 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Rodolphe Conan" , Date: Wed, 29 Jun 2005 18:24:07 +0200 Message-ID: <000801c57cc6$f96bfd60$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <1120061734.58472.5.camel@enezeusa.aolab.me.uvic.ca> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: 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:26:38 -0000 > 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