Hi, I'm not sure what this means: --with-lame-prefix=PFX (/usr) prefix where lame is installed --with-lame-includes=DIR (/usr/include) directory where lame headers are installed --with-lame-libs=DIR (/usr/lib) directory where lame libs [libmp3lame.so] are installed For example, if I have libmp3lame.so in /sbin/lame/libmp3lame.so how would I write the line, --with-lame-libs=DIR (/usr/lib)? Are any of the below correct? 1) --with-lame-libs=DIR (/sbin/lame) 2) --with-lame-libs=DIR /sbin/lame 3) --with-lame-libs=/sbin/lame I searched this forum for "prefix=PFX" but couldn't find anything. Thank you for your help!