I'm trying to install an audio package for Octave3.6.1_gcc4.6.2. When I'm
getting this annoying error:
octave:1> pkg install audio—1.1.4.tar.gz
configure: error: in '/tmp/oct-2/audio—1.1.4/src':
configure: error: C compiler cannot create executables
See 'config.log' for more details.
the configure script returned the following error: checking for gcc... gcc
checking for C compiler default output file name...
error: called from ‘pkg>configure_make' in file
C:\Octave\Octave3.6.1_gcc4.6.2\share\octave\3.6.1\m\pkg\pkg.m near line
1373, column 9
error: called from:
error: C:\Octave\Octave3.6.1_gcc4.6.2\share\octave\3.6.1\mpkg\pkg.m at line
827, column 5
error: C:\Octave\Octave3.6.1_gcc4.6.2\share\octave\3.6.1\m\pkg\pkg.m at line
383, column 9
I can't find this config.log file?
It's removed automatically after the configure script failure (unfortunately).
At the same time I'm getting an error from cc1.exe, telling me that
libgmp-10.dll is not found.
Please help.
What do you expect from the audio package? You're under Windows, and audio capture won't work (is not supported), even if you manage to solve the compilation problem.
Michael.