Obsessive MathsFreak wrote:
> On Tue, Mar 18, 2008 at 4:48 PM, Søren Hauberg <[EMAIL PROTECTED]> wrote:
>   
>>  tir, 18 03 2008 kl. 16:36 +0000, skrev Obsessive MathsFreak:
>>
>>     
>>> The latest octave-forge integration package (1.0.4) will not install.
>>>       
>>  It installs fine on my machine. What version of Octave are you using,
>>  and how did you try to install the package?
>>
>>
>>  > There is no source directory in the tarball.
>>  I don't think a source directory should exist. This is not a standard
>>  unix ./configure; make; make install, kind of package. You install it
>>  (from the Octave prompt) by typing
>>   pkg install integration-1.0.4.tar.gz
>>
>>  Søren
>>
>>
>>     
>
> "pkg install integration-1.0.4.tar.gz" does not work on Octave 3.0.0.
> I have installed octave from source on Ubuntu 7.10 / Amd 64.
>
> Other packages have installed, namely optimisation and image.
> Integration will not. Upon inspection, it contains a configure script
> which points to a non existent src directory.
>
> Upon examination of the package tarball, it contains
>
>   
All octave-forge packages have a top-level configure file like

if [ -e src/configure ]; then
  cd src
  ./configure $*
fi

Note the test for the existence of the src/configure before proceeding.
If this is what you mean then this is not an issue.

D.


fi


-- 
David Bateman                                [EMAIL PROTECTED]
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to