IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of Ubuntu_1204_Build_Issues


Ignore:
Timestamp:
Jun 26, 2012, 12:54:29 PM (14 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu_1204_Build_Issues

    v1 v2  
    4141To allow for a build with these as warnings, I have added the `-debug-build` option to `psbuild`. 
    4242
     43=== auto-detect the hidden paths ===
     44
     45I 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.
     46