http://sourceware.org/ml/cygwin/2005-03/msg00048.html
Also, execute bit was set on, it is an NTFS filesystem, and turning execute bit off gave slightly different message. See the previous replies to this thread.
On Apr 11, 2005, at 12:47 AM, Brian Dessent wrote:
Peter Rehley wrote:
"The application failed to initialize properly (0xc0000005). Click on OK to terminate the application."
My money is on this:
<http://sources.redhat.com/ml/cygwin/2004-09/msg01101.html>. Newer gccs
try to put const data in .rdata section, but this fails if one of those
"const" datums is actually a pointer that needs runtime fixup by windows
loader. The best solution at the moment seems to be to hunt down and
remove instances of const data structures that contain pointers and
remove the const keyword.
Brian
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Enjoy, Peter ------------------------------- A Møøse once bit my sister
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/