-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
When I use SDL.DLL on Windows 98 Second Edition, I get this error:
The SDL.DLL file is linked to missing export MSVCRT.DLL:_strtoui64
I configure SDL like this:
CFLAGS="-march=i486 -O2 -D_WIN32_WINNT=0x0400 -DWINVER=0x0400" \
CXXFLAGS="-march=i486 -O2 -D_WIN32_WINNT=0x0400 -DWINVER=0x0400" \
./configure --host=i686-w64-mingw32 --prefix=/opt/sdl1.2
I tried commenting out line 118 and 119 in include/SDL_config_win32.h without success:
SDL-1.2/include/SDL_config_win32.h
Lines 118 to 119 in 0569bc6
| #define HAVE__STRTOI64 1 | |
| #define HAVE__STRTOUI64 1 |
Is the issue with my compiler? I use i686-w64-mingw32-gcc (GCC) 13.2.0 on Gentoo i486.
Metadata
Metadata
Assignees
Labels
No labels