octave-maintainers
[Top][All Lists]
Advanced

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

Re:


From: Carnë Draug
Subject: Re:
Date: Fri, 27 Dec 2013 19:39:02 +0000

On 27 December 2013 17:21, Roberto Porcù <address@hidden> wrote:
> Dear all,
>
> I'm trying to install the  odepkg  package on my computer (Ubuntu 10.04
> 32-bit).
> So i downloaded the folder from
> http://sourceforge.net/p/octave/odepkg/ci/default/tree/
> doing the mercurial command:
>>hg clone http://hg.code.sf.net/p/octave/odepkg odepkg
> and then i compressed the folder into the file  odepkg-0.8.4.tar.gz
> and I tried to install this package in Octave with
>>pkg install odepkg-0.8.4.tar.gz
> but i get an error and this is the output:
>
> /bin/sh: -mieee-fp: not found
> make: *** [cash/mebdfdae.o] Errore 127
> 'make' returned the following error: make: ingresso nella directory
> "/tmp/oct-WKWDuC/odepkg/src"
> Unpacking external packages: hairer.tgz
> Unpacking external packages: cash.tgz
> Unpacking external packages: daskr.tgz
> Applying patches from file: hairer.diff
> Applying patches from file: cash.diff
> patching file cash/mebdfdae.f
> patching file cash/mebdfi.f
> Applying patches from file: daskr.diff
> patching file daskr/dlinpk.f
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_mebdfdae.cc -o
> odepkg_octsolver_mebdfdae.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_mebdfi.cc -o
> odepkg_octsolver_mebdfi.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_ddaskr.cc -o
> odepkg_octsolver_ddaskr.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_radau.cc -o
> odepkg_octsolver_radau.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_radau5.cc -o
> odepkg_octsolver_radau5.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_rodas.cc -o
> odepkg_octsolver_rodas.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_seulex.cc -o
> odepkg_octsolver_seulex.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_auxiliary_functions.cc -o
> odepkg_auxiliary_functions.o
> FFLAGS=-O -mieee-fp /usr/local/bin/mkoctfile-3.6.4 -c cash/mebdfdae.f -o
> cash/mebdfdae.o
> make: uscita dalla directory "/tmp/oct-WKWDuC/odepkg/src"
> error: called from 'pkg>configure_make' in file
> /usr/local/share/octave/3.6.4/m/pkg/pkg.m near line 1385, column 9
> error: called from:
> error:   /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 827, column 5
> error:   /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 383, column 9
>
>
> Downloading the gzipped package from SourceForge I don't get problems with
> the installation, but I need to install it in the other way.
>
> Can anyone help me to install this package in this way?

For some of the more complex packages, a tarball of the repository is
not enough. Try running the "autogen.sh" script in the scr/ directory.
That should generate the configure script required for installation.

Carnë


reply via email to

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