This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: wxwin port to mingw32


Keith Garry Boyce, you wrote:
> 
> I have began porting wxwin to mingw32 from the initial port I did to
> gnu-win32. I am getting the following errors (What am I missing?).
...
> undefined reference to `_ctype_'
> undefined reference to `__srget'
> undefined reference to `__swbuf'
> undefined reference to `__swbuf'
> undefined reference to `gettimeofday'
> undefined reference to `__assert'
> undefined reference to `_impure_ptr'
> undefined reference to `__errno'
> undefined reference to `__infinity'

My guess with regard to `_ctype_' and `__assert' is that you
are probably using a C library that doesn't match with the C
header files you're using.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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