S60 notes

  1. The stack size on the S60 is small by default, and the application will silently fail if the stack is too small. Setting EPOCSTACKSIZE to an appropriate value in the application's mmp file will resolve this problem.
  2. The Berkeley DB build on the S60 is a "small build", disabling some of the Berkeley DB library features. This build is equivalent to the --enable-smallbuild configuration option described in Building a small memory footprint library.