Hi
Es geht nicht um "bei mir will nicht", sondern ab und zu um paar tiefgründigere Infos.
1.
Ich fand z.B. in configure von GnuPG das hier
# gcc 4.6 uses by default -fomit-frame-pointer. This
# conflicts with mingw runtime's setjmp/longjmp usage. The
# actual bug we notice is a segv related to the dlopened
# iconv.dll: After returning from set_native_charset the stack
# frame is corrupt.
if test -n "$GCC" ; then
CFLAGS="$CFLAGS -fno-omit-frame-pointer"
und es würde mich fürs Erste interessieren, ob das immernoch so ist, wenn man TDM 4.6.1 über mingw bügelt.
2.
Sind die zlib sources die man bei mingw auf sourceforge findet speziell für mingw angepasst?? Das ist nämlich 1.2.3 und ich hätte eigentlich Bock (solange das Wetter "stimmt") da zlib 1.2.6 reinzuprimmeln.