I launched the debugger and got the following seg fault. -- hope this helps some.
C:\tmp\Dev\cbibli\Debug>gdb cbibli.exe
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) start
Breakpoint 1 at 0x416f77: file c:/tmp/Dev/wxWidgets/include/wx/intl.h, line 555.
Starting program: C:\tmp\Dev\cbibli\Debug/cbibli.exe
Program received signal SIGSEGV, Segmentation fault.
0x101f3f3a in wxSizer::GetMinSize ()
from C:\tmp\Dev\cbibli\Debug\wxmsw26u_gcc_custom.dll
(gdb)