bradharding / doomretro

The classic, refined DOOM source port. For Windows PC.
https://www.doomretro.com
GNU General Public License v3.0
714 stars 89 forks source link

`m.lib` linker error #853

Open nashmuhandes opened 3 months ago

nashmuhandes commented 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 :)

sykhro commented 2 months ago

-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