delorie.com/archives/browse.cgi | search |
From: | earnie_boyd AT yahoo DOT com (Earnie Boyd) |
Subject: | Re: B20: bad support for Mingw? |
5 Nov 1998 00:35:38 -0800 : | |
Message-ID: | <19981103183442.25465.rocketmail.cygnus.gnu-win32@send104.yahoomail.com> |
Reply-To: | earnie_boyd AT yahoo DOT com |
Mime-Version: | 1.0 |
To: | Maxim Sobolev <max AT vega DOT pfts DOT com> |
Cc: | "gnu-win32 @cygnus.com" <gnu-win32 AT cygnus DOT com> |
I didn't see anything particularly incorrect. Anybody else? Next add a -H to the gcc command so that you can visually see what headers are being included. One of the headers being included has the _impure_ptr referenced. It is undefined because the -mno-cygwin switch doesn't include the libcygwin.a library where it would be defined. The headers from include and include/sys will be the ones you'll need to be concerned about. The ones from include/mingw32 or include/mingw32/sys will be ok. _reent is a structure that uses the _impure_ptr so if you see it in the header you've also got a problem. ---Maxim Sobolev <max AT vega DOT pfts DOT com> wrote: > > I'm rebuilding jpeg.dll (on separate Mingw pakage it builds just fine). Here > is Makefile in attachment. > > Earnie Boyd wrote: > > > What library is it from? > > > > What command(s) are you or your package makefile using to build your > > executable? > > <snip> == - \\||// -------------o0O0--Earnie--0O0o-------------- -- earnie_boyd AT yahoo DOT com -- -- http://www.freeyellow.com/members5/gw32 -- ----------------ooo0O--O0ooo----------------- PS: Newbie's, you should visit my page. _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |