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 From: "Dave Korn" To: Subject: RE: Link problem when building cygwin1.dll (parsing cygwin.def) Date: Wed, 27 Jul 2005 13:07:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: ----Original Message---- >From: Eitan Eliahu >Sent: 27 July 2005 05:46 > Dave, > I'm still having this problem. I configured cygwin to be in UNIX mode (all > mounts are binaries) and added the packages you mentioned. > > Should I try to build the code from the cygwin itself rather than the one > from the CVS? No, let's try and actually figure out the problem. One thing to try would be to run d2u on that .def file and see if it solves it. Some of the binutils are known to segfault on bad input and I think that DOS-style lineendings in textfiles to ld may well be one of them. Even though you've remounted UNIX mode, it's possible the .def file itself has become permanently DOSified. Another thing to try and understand is why gcc version 3.3.1 is getting involved in the process. That should _not_ be happening. However, we'll get into that if the d2u trick doesn't fix it. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/