Igor Pechtchanski wrote: >One obvious thing to check for is whether the application tries to >dynamically load a Cygwin-dependent DLL (which may result in attempting to >load cygwin1.dll dynamically, and that is *not supported*).
I assume that by dynamically load, you are referring to dlopen(). If I assume correctly, then that is not the case here. main() is not reached before the segfault happens. /Peter -- 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/