On 04/15/2010 04:55 PM, bror hultgren wrote:
> I cannot install the image package image-1.0.12.tar.gz.
>
> I have installed octave3.2.3 and MacPorts 1.8.2 on my mac running 
> OS10.5.8.
> when I try to install the image package using
>
> octave-3.2.3:3>pkg install image-1.0.12.tar.gz
>
> I get the following error:
>
> sh: make: command not found
> 'make' returned the following error:
> error: called from `pkg>configure_make' in file 
> /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m 
> near line 1253, column 2
> error: called from:
> error:   
> /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m 
> at line 714, column 5
> error:   
> /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m 
> at line 287, column 7
>
> I am a newbie to unix.
>
> What am I missing?
>
> [also BTW, I cannot install the io package
>
> Thanks for any help that you can offer
>
> Bror
>


The packages are compiled on your machine when you install them. All 
programs needed for this isn't installed with Octave, so you might be 
missing several of the required packages.

In this case you are missing GNU Make.

David


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to