Problems installing Audacious Plugins
Added by steve harriss over 10 years ago
Have downloaded the source and have installed Audacious 3.5.1
I am now trying to make the plugins but keep coming up against errors. First was complaining about a lack of neaacdec.h which I have resolved.
I am now running up against
Entering directory aac.
/usr/bin/ld: cannot find -lfaad
collect2: error: ld returned 1 exit status
Failed to link aac.so!
make5: * [aac.so] Error 1
make4: [all] Error 2
make3: [aac] Error 2
make2: [all] Error 2
make1: [src] Error 2
make: * [all] Error 2
faad is in the /usr/bin/ directory.
How d I resolve this please? TIA
Replies (2)
RE: Problems installing Audacious Plugins - Added by Michael Schwendt over 10 years ago
The error "cannot find -lfaad" refers to a library libfaad.so in build-time linker's search path, not /usr/bin/faad.
RE: Problems installing Audacious Plugins - Added by John Lindgren over 10 years ago
In other words, install libfaad. Usually your Linux distribution (are you using Linux?) will provide a package you can install.