Seems like you have gcc 4.1.2 and it doesn't like a compile option...
Edit configure... search for no-unused-result and remove the -Wno-unused-result
from the CPPFLAGS line.... My lines look like this around line 3235 (pound
2.6a file though)
CPPFLAGS="${CPPFLAGS} -D_REENTRANT -D_THREAD_SAFE"
if test "${CC}" = "gcc"
then
CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -Wno-unused-result -pipe"
Fi
Remove the -Wno-unused-result and rerun configure, see if that fixes you up.
Joe
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.