| | 45 | I have update the psbuild script `pschecklibs` (which builds the external libraries) and the Ohana configuration script to check for hidden search paths used by the linker and the C preprocessor. This is driven by the fact that Ubuntu and other system builders have taken to putting required libraries (like libm) in hidden, architecture dependent locations. (This is largely driven by the 64bit vs 32bit library problems). To find these hidden paths, I have added code to examine the output of `ld --verbose` and `cpp --verbose`. This fix probably will help with some builds, but may be a bit fragile. |