| 3 | | the following libraries do not build:[[br]] |
| 4 | | * math, because of symbol name conflicts with libstdc++-v3[[br]] |
| 5 | | * serialization, wserialization, because gcc on Haiku lacks wide char support[[br]] |
| 6 | | * iostreams, lack of zlib.h, probably |
| 7 | | make CPPFLAGS=-I/boot/common/include[[br]] |
| 8 | | would fix this one. |
| 9 | | configure --prefix=/boot/common CPPFLAGS=-I/boot/common/include doesn't help |
| | 6 | make install |
| | 7 | |
| | 8 | |
| | 9 | |
| | 10 | Requires gcc4. |
| | 11 | |
| | 12 | All libraries build except for serialization and wserialization with the error message "wide char i/o not supported on this platform". |