This is the mail archive of the cygwin mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi list, this is my first post here.
I'm writing an application that uses SDL, lib3ds and glib
I've installed SDL and lib3ds from sources, both compiled with -mno-cygwin, while glib (2.2) comes from here http://web.sfc.keio.ac.jp/~s01397ms/cygwin/
I wasn't able to compile it from sources, still need to understand why.
Anyway after I actually compiled my application I run it and ... SIGSEGV
(The application works in my linux box) With gdb I was able to collect this stack trace:
Program received signal SIGSEGV, Segmentation fault. 0x61021a8b in unsetenv () from /usr/bin/cygwin1.dll (gdb) bt #0 0x61021a8b in unsetenv () from /usr/bin/cygwin1.dll #1 0x6101f9b2 in dlfork () from /usr/bin/cygwin1.dll
interestend in compiling only src/winsup/cygwin and not all cygwin. Is it possible? How?
If i can compile it I'll able to understand where's the problem
-- 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/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |