[EMAIL PROTECTED] wrote:
> Okay, I ran autoconf, tools/make_debug, ./configure, make depend, make,
> make install, but it didn't install a libmsvcrt. So I went back and
> checked the patch, applied it without --dry-run, and did it all again.
> Tried it on juno version 2 (doesn't work with the native msvcrt, at
> least least the one I have), it got through MSVCRT_init and immediately
> died with an unimplemented msvcrt._initterm. That might be a good one
> to try and implement. It's a start, anyway.
>
Oh, if you look at it it's not at ALL ready to be used with the emulator.
And I am a jackass and didn't quite fully understand how winelib links
against libraries. Now that I have that figured out I'll fix all of those
problems and ditch the libwinemsvcrt because the way it is linking now is
actually exactly how I want it to link anyway without needing to do stupid
hacks.
Fairly soon it should be possible to use it in place of a native MSVCRT, but
my focus is on Winelib not Wine as I have stated several times.
Thanks for taking the time to check it out!
-Dave