[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: misc.
From: |
David Doolin |
Subject: |
Re: misc. |
Date: |
Wed, 04 Aug 1999 14:27:35 -0400 |
In message <address@hidden>, address@hidden writes:
>
>
>
> 1 .) I have successfully installed Octave on Linux RH6.0., following
> the standard ( easiest ) procedure outlined in your installation
> instruction. This way all the files and directories are in
> /usr/local/bin,..etc .etc.
>
> However I wanted to create a single directory, /usr/local/octave/ which
> will store all the octave files and I tried in the following way, but
> failed:
>
> mkdir /usr/local/octave (as roo )
> cp octave-2.0.14.tar.pg /usr/local/octave
> cd /usr/local/octave
> gunzip -c octave-2.0.14.tar.gz | tar xf -
>
> This creates the directory : octave-2.0.14. Then I typed 'compile' or
> 'compile--src=/usr/local/octave' did,t work. So I tried:
>
> cd octave-2.0.14
> ./compile
> make prefix=/usr/loca/octave
> make install
> make clean
> make distclean
>
> All these did not create the directory /usr/local/octave containing all
> the
> files and dirs. I got what I had previously: /usr/local/bin ...etc.,
> etc.
If memory serves, it should be
./configure --with-prefix=/usr/local/whatever
Examine the configure script for details.
>
> 2) I could not locate the LEAST SQUARE SOLN. of a linear system like
> Ax = B. Matlab and IMSL do include this. Does't Octave include
> this
> often used code ?
x = A\b worked last time I checked.
>
> 3) Is it possible to send a short sample code for interfacing octave
> with C/C++?
Use the source Luke. You have all the examples at your fingertips.
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- misc., CYMTR, 1999/08/04
- Re: misc.,
David Doolin <=