why are you creating the library files as .a instead of .lib?
@TommyNgo-SDEV Жыл бұрын
Unfortunately, this is how you create a static library under MingW. Under Visual Studio, you would create a static .lib file. They are not exactly compatible to each other.
@codemode31875 ай бұрын
i got error in last command : c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find
@TommyNgo-SDEV5 ай бұрын
I think if you had created the static libraries for the previous steps, then the final step should compile without any issues. You might have mistyped something.