Linking on the mingw build

Alexandre Julliard julliard at winehq.org
Fri Nov 28 17:57:15 CST 2003


Steven Edwards <steven_ed4153 at yahoo.com> writes:

> A simple work around for me is to use the Mingw msvcrt import lib and
> link all of the dlls to it but I know this is not going to be the
> solution to get merged in to WINE. Should I add stubs for _setjmp and
> longjmp to libwine_port?

Mingw is already linking against msvcrt, otherwise you would have a
lot more undefined symbols. It's probably the oldnames crap again, I
guess we need to use _longjmp instead of longjmp etc.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list