How can I prevent cygwin gcc from producing symbols with leading underscores? ("_main" instead "main") I want to be binary compatible with linux and other operating systems. What about libgcc.a? Each symbol conatins leading underscores, can I change this? cygwin.dll defines both exports, with and without leading underscores isn't it?
Benjamin Kalytta -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/