Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001501c28431$15b40b20$0100a8c0@axp> From: "Benjamin K." To: Subject: don't want leading underscore Date: Mon, 4 Nov 2002 19:36:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 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/