This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Building a MinGW build of aspell without much luck :(


Thanks Charles, that does clear things up a lot. I just wished that I
came across the announcement earlier so I didn't have to do so much
grep-ing!


-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of Charles Wilson
Sent: Friday, 21 June, 2002 1:44 PM
To: cygwin@cygwin.com; cygwin@cygwin.com
Subject: Re: Building a MinGW build of aspell without much luck :(




Christopher Faylor wrote:


>>BTW, I tot I might share how I got pass my problem. I've checked and 
>>found the definition of opendir, readdir and closedir to exist in the 
>>lib libmingwex.a which was never included by the configure process. 
>>Hence the fix is to edit the gcc's specs file to include this lib 
>>whenever the -mno-cygwin switch is given. Is this considered a bug?
>>
> 
> That would be a question for the mingw mailing list, I think.  I don't

> know if they intended for libmingwex to be included by default or not.

> Since it is new and gcc is old, it obviously isn't going to be 
> included.


As Earnie mentioned in the announcement for the most recent update of 
the mingw-runtime and w32api packages for cygwin, libmingwex is a new 
addition.

> To use these functions, you will need to explicitly add -lmingwex to
> your command line. In future releases of GCC, libmingwex.a will 
> become a system lib added automatically by specs. 


So, it's not a bug that current gcc's spec file doesn't have it; it's a 
new feature of mingw-runtime that is not yet supported by our gcc.

--Chuck





--
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/




--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]