1. Uninitialized variables cannot be exported from NLM (nlmconv issue)
   [problems/uninit.c].

2. Any line in import/export files must begin with at least one delimiter
   (nlmconv issue) [problems/impexp.c].

3. Misspelled names of exported symbols are not exported, but no warning
   reported (nlmconv issue) [problems/typo.c].

4. Alignment problems with structs [problems/struct.c].

5. Redefinition issue (gcc issue) [problems/redef.c].

6. CodeWarrior alignment issue (bit fields in structures) [problems/cw.c].

// now trying no libgcc, so commented out...
// - Problem with an unresolved symbol _GLOBAL_OFFSET_TABLE_
//   if linking with libgcc.a(C++).
// - Huge NLM code produced if linked with libgcc.a (C++).

7. C++: Working with -fno-exceptions, so libgcc.lib not needed (at all?).
   What about "new" and "delete"?.

8. C++: constructors/destructors are not called for globally defined
   objects (collect2 needed?).

9. An inline issue - not inlined [problems/inline.c].
