Changes between Version 36 and Version 37 of BuildingFromEmbeddedTarball

Show
Ignore:
Timestamp:
01/29/12 20:47:29 (17 months ago)
Author:
mcarrick
Comment:

adding instructions which allow compilation on centos 5.7, 64 bit

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFromEmbeddedTarball

    v36 v37  
    112112$ sudo make install 
    113113 
     114For 64-bit users: 
     115 
     116OSSIE'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 
    114122== 2. Install OSSIE == 
    115123