| | 29 | |
| | 30 | the biggest concern appears to be library versioning. (also from the readme): |
| | 31 | |
| | 32 | {{{ |
| | 33 | Q) I cannot run application XYZ in a window setup for CIAO. |
| | 34 | A) This is likely due to the fact you other application requires a |
| | 35 | slightly different version of libstdc++.so.5. Until recently the gcc |
| | 36 | c++ standard libraries have been in flux and are NOT cross |
| | 37 | compatible. CIAO was built using gcc 3.2.1 and we require that exact |
| | 38 | version of the library to be available. At this time we do not have a |
| | 39 | work-around for this issue. |
| | 40 | }}} |
| | 41 | |
| | 42 | libstdc++5 is undergoing a lot of changes anyway, so ideally, we will be able to build it ourselves with an up-to-date toolchain. |