On 03/21/2011 12:48 PM, Rainer Orth wrote:
As reported in the PR, the toplevel configure test for libpwl doesn't work since it fails to link with libstdc++. The following patch corrects this.There were a couple of issues: * One cannot use LDFLAGS here since that is passed to $CC before -lpwl, which of course fails with a static libpwl. I'm using LIBS instead.
It's better anyway. Patch is okay. Paolo