From: "Florian Paul Schmidt"
<mista.tapas(a)gmx.net>
http://pastesite.com/86896
same error here. auto[conf|make] is not my thing,
so I don't know how to fix it. (People, put the
-l things AFTER the *.o in your gcc lines. The linker
will skip unreferenced symbols in a shared lib and we
end up with zillions of "undefined reference".) (For
auto/this/that I don't know how you have to specify
that. Maybe it's not your fault by the way. I am with
ubuntu here. Ubuntu is weird.)
However, if you add everything from "-lasound" to "-lX11" that
appears
in the line 5 of your paste and put it at the end
(just add it, no matter if the things appear twice,
at least here for me), then it will link. (Do it in src/
of course).
Then back to ../ and "make" "make install" and the thing
will install itself.
That worked here for me.