#1 Le 01/12/2008, à 16:15
- kronoss_octave
Octave: impossible d'installer un package
bonjour,
ça fait des heure que j'essaye d'installer un package sur octave mais à chaque fois j'ai des problème...
j'ai procédé comme suit:
- j'ai télécharger audio-1.1.2.tar.gz
- dans octave j'ai tappé: pkg install /home/anthony/octave/audio-1.1.2.tar.gz
et je reçois comme message:
configure: WARNING: no mkoctfile found on path
./configure: line 2790: conftest.cc: command not found
configure: error: Could not run
error: the configure script returned the following error: checking for gcc... g
cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mkoctfile... no
error: called from `pkg:configure_make' in file /usr/share/octave/3.0.1/m/pkg/p
kg.m near line 1232, column 2
et donc ça ne marche pas...
des idées ?
hs: je me suis inscrit sur le site mais toujours pas reçu de mail avec mon mot de passe
#2 Le 01/12/2008, à 17:15
- kronoss_octave
Re : Octave: impossible d'installer un package
bon j'ai résolu le problème mais j'en ai un autre:
lorsque je lit un son avec l'instruction [s,Fs]=wavread('/home/anthony/octave/cc.wav'); puis que je tappe sound(s), j'ai le message d'erreur suivant:
sh: ofsndplay: not found
warning: broken pipe -- some output may be lost