help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with mkoctfile / mex.


From: Martin Helm
Subject: Re: Problem with mkoctfile / mex.
Date: Mon, 25 Oct 2010 22:26:56 +0200
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.4-desktop; KDE/4.5.2; x86_64; ; )

Am Montag, 25. Oktober 2010, 20:58:22 schrieb patrikt:
> Hello!
> 
> I've a problem with mkoctfile/mex commands in octave 3.2.3 (Ubuntu 10.04).
> When I just try to compile a simple mex file I get the following error:
> 
> octave-3.2.3:6> mex
> sh: /usr/bin/mkoctfile-3.2.3: not found
> warning: unable to find mkoctfile in expected location:
> `/usr/bin/mkoctfile-3.2.3'
> warning: mkoctfile exited with failure status
> 
> It seems like I miss a file or something? Isn't mex-support included in the
> standard installation of Octave? I should also mention that I'm quite new
> to Ubuntu and Octave.
> 
> Best regards!
> Patrik

I think you need to call

sudo apt-get install octave-headers 

on ubuntu to have mkoctfile installed.

- Martin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]