Open nashmuhandes opened 3 months ago
Hi, I'm trying to build Doom Retro on Windows, with the following setup:
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
-lm
m.lib
Hi, I'm trying to build Doom Retro on Windows, with the following setup:
My error is simply:
I've exhausted Google searching and can't seem to find any info on what this file is.
Any assistance would be appreciated :)