On Tue, Aug 11, 2009 at 09:34:49PM +0200, Reini Urban wrote: >2009/8/11 Peter Rosin: >> I trouble with dlopen in cygwin-1.7 >> STC: >> $ cat simple.c >> int >> simple(void) >> { >> ? ? ? ?return 0; >> } >$ gcc -shared -o simple1.dll simple.c >vs >$ gcc -shared -o simple1.dll -Wl,-e,_simple simple.c > >Without entrypoint I get the same error, and this looks like my perl >error.
This problem is being discussed in the cygwin-developers list. We should have a fix soon. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple