Ralf Angeli <[EMAIL PROTECTED]> writes: > Hm, a Google search regarding _libkernel32_a_iname revealed nothing > really interesting.
"iname" is used to denote an unknown function, in this case it is in libkernel32 (I assume this is mingw's name for the system library kernel32.dll, or a wrapper for it). Since the system libraries have their debug symbols stripped, this is expected. Look down the stack until you find a function name that is not iname. That will most likely be the line in Emacs where the failure is occuring. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
