The end of the configure stage gives:
The compile fails with:Finished configure:
EXPAT: using SYSTEM libraries
FFMPEG: using SYSTEM libraries
LAME: using SYSTEM libraries
LIBFLAC: using SYSTEM libraries
LIBID3TAG: using SYSTEM libraries
LIBMAD: using SYSTEM libraries
LIBNYQUIST: using LOCAL libraries
LIBRESAMPLE: disabled
LIBSAMPLERATE: using SYSTEM libraries
LIBSBSMS: using SYSTEM libraries
LIBSNDFILE: using SYSTEM libraries
LIBSOUNDTOUCH: using SYSTEM libraries
LIBSOXR: disabled
LIBTWOLAME: disabled
LIBVAMP: using SYSTEM libraries
LIBVORBIS: using SYSTEM libraries
LV2: using SYSTEM libraries
PORTAUDIO: using LOCAL libraries
PORTSMF: using SYSTEM libraries
WIDGETEXTRA: using LOCAL libraries
ladspa plugin support: enabled
audiounit plugin support: disabled
VST plugin support: enabled
prefix=/usr
Code: Select all
../lib-src/libnyquist/libnyquist.a(fftlib.o): In function `fftrecurs':
fftlib.c:(.text+0x215): undefined reference to `bfstages'
fftlib.c:(.text+0x2c0): undefined reference to `bfstages'
../lib-src/libnyquist/libnyquist.a(fftlib.o): In function `ffts1':
fftlib.c:(.text+0x31e): undefined reference to `fft2pt'
fftlib.c:(.text+0x354): undefined reference to `fft4pt'
fftlib.c:(.text+0x38a): undefined reference to `fft8pt'
fftlib.c:(.text+0x3d0): undefined reference to `bitrevR2'
fftlib.c:(.text+0x43c): undefined reference to `bfR2'
fftlib.c:(.text+0x47b): undefined reference to `bfR4'
fftlib.c:(.text+0x4b1): undefined reference to `bfstages'
../lib-src/libnyquist/libnyquist.a(fftlib.o): In function `ifftrecurs':
fftlib.c:(.text+0x559): undefined reference to `ibfstages'
fftlib.c:(.text+0x604): undefined reference to `ibfstages'
../lib-src/libnyquist/libnyquist.a(fftlib.o): In function `iffts1':
fftlib.c:(.text+0x6c4): undefined reference to `ifft2pt'
fftlib.c:(.text+0x705): undefined reference to `ifft4pt'
fftlib.c:(.text+0x746): undefined reference to `ifft8pt'
fftlib.c:(.text+0x797): undefined reference to `scbitrevR2'
fftlib.c:(.text+0x803): undefined reference to `ibfR2'
fftlib.c:(.text+0x842): undefined reference to `ibfR4'
fftlib.c:(.text+0x878): undefined reference to `ibfstages'
../lib-src/libnyquist/libnyquist.a(fftlib.o): In function `rffts1':
fftlib.c:(.text+0x919): undefined reference to `rfft1pt'
fftlib.c:(.text+0x94c): undefined reference to `rfft2pt'
fftlib.c:(.text+0x982): undefined reference to `rfft4pt'
fftlib.c:(.text+0x9b8): undefined reference to `rfft8pt'
fftlib.c:(.text+0xa16): undefined reference to `scbitrevR2'
fftlib.c:(.text+0xa82): undefined reference to `bfR2'
fftlib.c:(.text+0xac1): undefined reference to `bfR4'
fftlib.c:(.text+0xaf7): undefined reference to `bfstages'
fftlib.c:(.text+0xb12): undefined reference to `frstage'
fftlib.c:(.text+0xb56): undefined reference to `frstage'
../lib-src/libnyquist/libnyquist.a(fftlib.o): In function `riffts1':
fftlib.c:(.text+0xc2c): undefined reference to `rifft1pt'
fftlib.c:(.text+0xc6a): undefined reference to `rifft2pt'
fftlib.c:(.text+0xcab): undefined reference to `rifft4pt'
fftlib.c:(.text+0xcec): undefined reference to `rifft8pt'
fftlib.c:(.text+0xd31): undefined reference to `ifrstage'
fftlib.c:(.text+0xd53): undefined reference to `scbitrevR2'
fftlib.c:(.text+0xdbf): undefined reference to `ibfR2'
fftlib.c:(.text+0xdfe): undefined reference to `ibfR4'
fftlib.c:(.text+0xe34): undefined reference to `ibfstages'
collect2: error: ld returned 1 exit status
Makefile:1863: recipe for target 'audacity' failed
make[2]: *** [audacity] Error 1
make[2]: Leaving directory '/usr/src/multimedia/audacity/audacity-minsrc-2.1.0/src'
Makefile:1269: recipe for target 'all' failed
make[1]: *** [all] Error 2
Can anyone give me a clue as to why all these references are undefined?
TIA
jb.