@echo packaging wxWidgets ... from directory -pthread
@cd -pthread && tar cf /tmp/clwx294.tar libwx*.so* && tar xf /tmp/clwx2$
@rm -f /tmp/clwx294.tar
These lines are failing on the install target. I have been unable to get wx-config --libs | cut -d" " -f1 | cut -DL -f2 to give a directory. This just outputs -pthread. I'm not sure this is required, wx 2.9.4 is installed system wide, running configure with WXCONFIG=wx-config --version=2.9. Compiles beautifully, just won't install completely / error free because of this error, which causes my PKGBUILD (arch package) to fail.