I've just had pwlib-1.8.4 fail to build due to a missing /usr/lib/libesd.a. g++: /usr/lib/libesd.a: No such file or directory Seems /usr/lib/libesd.a is not created by esound-0.2.36-r1 but was by the previous version of esound I had installed, and removed by the update to esound-0.2.36-r1. Attached patch modifies unix.mak to simply use the dynamic lib with -lesd rather than use $(ESDDIR)/lib/libesd.a
Created attachment 64409 [details, diff] patch to use dynamic lib
*** Bug 101815 has been marked as a duplicate of this bug. ***
*** Bug 101127 has been marked as a duplicate of this bug. ***
pwlib-1.6.3, 1.6.6, 1.8.3 and 1.8.4 have been fixed, thanks for the patch