hi, i can't build the 3dfx wrappers, it errors at;
make[1]: Entering directory '/home/richard/myqemu/qemu-3dfx-arch/wrappers/3dfx/dxe' CFLAGS -I../../../qemu-0/hw/3dfx -D__REV__="4e6c782-" -Wall -Werror -O3 -fomit-frame-pointer DXE glide2x.dxe i686-pc-msdosdjgpp-ld: cannot find -lc cp: cannot stat 'libfxgl2.a': No such file or directory cp: cannot stat 'glide2x.dxe': No such file or directory make[1]: *** [Makefile:26: glide2x.dxe] Error 1 make[1]: Leaving directory '/home/richard/myqemu/qemu-3dfx-arch/wrappers/3dfx/dxe' make: *** [Makefile:48: fxdrv] Error 2
however the mesa wrapper builds fine without errors.
Pinned Comments
kharovtobi commented on 2025-06-13 01:50 (UTC)
PSA - Wrappers does not work on Windows 9x because it compiles with UCRT instead of MSVCRT due to
mingw-w64-gcccompiled with UCRT on mind. Compile and make wrappers in a different environment yourself until i find a fix or something idk