1This project compiles just fine using the zaurus target compilers with a
2couple of minor problems.  First I am using 2.95.2 but since I have targeted
3the new version of mingw, which is more up to date with the gnu compilers, it
4should be ok on any newer version.  Second, the resulting makefile from running
5tmake on tsito.pro must be edited in order for the program to correctly link.
6This edit is simply to change the linker to g++ instead of gcc.
7
8Change line 15 (or whatever matches) from
9LINK    =       arm-linux-gcc
10to
11LINK    =       arm-linux-g++
12
13You must also add '-DBOOKDIR=\"/opt/Qtopia/share/tsito\"' to the CXXFLAGS.
14
15Or simply use the makefile.arm file, which already includes this change.
16
17NR
18