doomretro
doomretro copied to clipboard
`m.lib` linker error
Hi, I'm trying to build Doom Retro on Windows, with the following setup:
- Visual Studio 2022 community
- vcpkg with all the dependencies installed
My error is simply:
2>LINK : fatal error LNK1104: cannot open file 'm.lib'
I've exhausted Google searching and can't seem to find any info on what this file is.
Any assistance would be appreciated :)
-lm is used to link to the C math library on some UNIX-like systems. I'm guessing it makes its way on the Windows linker CLI which goes looking for m.lib
is this issue still relevant?