X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <480E4A57.2EF8731A@dessent.net> Date: Tue, 22 Apr 2008 13:28:07 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: san DOT temporal AT gmail DOT com CC: cygwin AT cygwin DOT com Subject: Re: Fwd: gcc does not honor -fno-leading-underscore flag? References: <89ed9b610804221310p4ba3bdf1gf2cd40030793bd34 AT mail DOT gmail DOT com> <89ed9b610804221319g6e9e6c7cm1077c64cb1f32dda AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 san DOT temporal AT gmail DOT com wrote: > I do not know how to get rid of the leading underscores in Cygwin. I > have other sources compiled in Linux, and they do not have a leading > underscore added. As I understand it, the -fleading-underscore flag is only useful to add a leading underscore for targets that do not have a leading underscore, like linux. It won't accomplish anything on one that already has it, like PE. > Now my problem is that I have a library with symbol names without a > leading underscore. Although the library is for Linux (I do not have a > version specific for Cygwin, which would be the ideal solution, and I > do not think that I could get it; I don't have the sources), I expect > it to work under Cygwin (or at least give it a try), if only I could > get my objects to link with its symbols. Even if I am trying to mix > objects for different platforms, I guess that there should be a chance > to do it by appropriate configuration. The flag > -fno-leading-underscore seemed to be the answer, but it did not work > for me. There is absolutely no way that you can use an object compiled for Linux with Cygwin. The fact that symbols don't have a leading underscore is trivial compared to the massive differences between ELF and PE formats. There is just no chance of this working even if you solved the underscore issue. Brian -- 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/