Re: More Win32 compile errors




On Aug 10, 2005, at 10:09 PM, Daniel Kasak wrote:

I've gotten very slightly further in compiling glib on Win32.
Next error message is about

'unresolved external symbols'
_memset
_memcpy
_strcmp
__fltused

Screenshot available at:
http://entropy.homelinux.org/stuff/glib_compile_error.jpg

Any clues?

-nodefaultlib

looks like there's no mcvcrt or crt in there --- that is, no standard C runtime library. indeed, memset, memcpy, and strcmp are provided by the ANSI C library.

not sure why that would be.


--
"Ghostbusters" is the best movie of this decade.
  -- Neal, circa 1996, referring to a movie released in 1984.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]