Hi Daniel, I was looking at this broken info sharedlibrary output on arm-wince ... Current cvs: (gdb) info shared From To Syms Read Shared Object Library (...) 0x00bc1000 0x009ab708 Yes /cygdrive/d/Qt/qtce/qt/lib/qtguid4.dll 0x01581000 0x0025da90 Yes /cygdrive/d/Qt/qtce/qt/lib/qtcored4.dll 0x017d1000 0x6fbc6280 Yes /cygdrive/d/cegccsf/cegcc/cegcc/src/build-mingw32ce/mingw/mingwm10.dll (...) (notice that 'To < From' - visible on big libs) ... and noticed you left a commented out fix in the code. Any reason not to uncomment it? Patched: (gdb) info shared From To Syms Read Shared Object Library (...) 0x00bc1000 0x0155b708 Yes /cygdrive/d/Qt/qtce/qt/lib/qtguid4.dll 0x01581000 0x017cda90 Yes /cygdrive/d/Qt/qtce/qt/lib/qtcored4.dll 0x017d1000 0x017d6280 Yes /cygdrive/d/cegccsf/cegcc/cegcc/src/build-mingw32ce/mingw/mingwm10.dll (...) (gdb) Cheers, Pedro Alves