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 Date: Wed, 13 Aug 2003 15:39:35 -0500 From: "Brian R. Gaeke" To: Danny Smith Cc: cygwin AT cygwin DOT com Subject: Re: ld -r errors with C++ objects Message-ID: <20030813203935.GB14134@niobe.cs.uiuc.edu> References: <20030812015543 DOT 72918 DOT qmail AT web21406 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030812015543.72918.qmail@web21406.mail.yahoo.com> User-Agent: Mutt/1.4i Ross Smith wrote: > Are you using -Ur? If not, RTFM. If you are, I'm out of suggestions. Danny Smith wrote: > The problem is with the .stabs debugging symbols in C++ - and it has been > around for awhile as you have already noted. Debugging symbols don't seem to > cause problem in C. > > This should work (strip the debug info) but may not be what you want. > > ld -r -S -o 3,o 1.o 2.o > > You may wish to report to binutils list as a bug. Thanks for the suggestions. I tried both of the above options and neither one seems to have helped. I will bring this to the attention of the binutils maintainers. -Brian Gaeke -- 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/