| 5 | | A lot of errors with libraries not found by `configure` after `pschecklibs` had earlier decided they were installed already, obscure syntax errors about `PKG_CHECK_MODULES`, etc., are due to old versions of the `autotools` compilation tools, and/or platform-specific variants of libraries with the same name as a required dependent library but different content (especially on Macs). To get around these, force building the dependent libraries: |
| | 5 | A lot of errors with libraries not found by `configure` after `pschecklibs` had earlier decided they were installed already, obscure syntax errors about `PKG_CHECK_MODULES`, etc., are due to old versions of the `autotools` compilation tools, and/or platform-specific variants of libraries with the same name as a required dependent library but different content (especially on Macs). To get around these, force building the `autotools` build tools: |