Hello! I'm trying to use this library for a Raylib project of mine, but I can't seem to get it to link properly when compiling with g++. I'd greatly appreciate any help!
C:/ProgramData/mingw64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lLDtkLoader.lib: No such file or directory
collect2.exe: error: ld returned 1 exit status
Build finished with error(s).
It could possibly be that g++ doesn't like .lib files, I think I heard that somewhere.
Okay, I managed to fix it! Just had to reconfigure cmake to use g++ instead of VS build tools to get a .a file instead of a .lib. I'll close this issue now.
Hello! I'm trying to use this library for a Raylib project of mine, but I can't seem to get it to link properly when compiling with g++. I'd greatly appreciate any help!
My current build command:
And the error I'm getting is:
It could possibly be that g++ doesn't like .lib files, I think I heard that somewhere.