Changes between Version 36 and Version 37 of BuildingFromEmbeddedTarball
- Timestamp:
- 01/29/12 20:47:29 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFromEmbeddedTarball
v36 v37 112 112 $ sudo make install 113 113 114 For 64-bit users: 115 116 OSSIE's current configure script automatically looks in /usr/local/lib64 instead of /usr/local/lib and make have problems linking against boost. A simple fix is to simply copy the 32 bit libraries into the 64 bit directory. (A better solution will be provided in the future.) 117 118 $ cd /usr/local/lib 119 $ sudo cp *boost* /usr/local/lib64/ 120 121 114 122 == 2. Install OSSIE == 115 123