>
> I'm a bit unclear on this. In my builds (not very standard, admittedly) i
> have libglut.a and libglut.dll.a from freeglut installed into /mingw/lib,
> overwriting the libglut.a from the mignw-w64 crt package. Is it a feature
> of the MinGW-w64 toolchain shipped by MSYS2 packager - does it trea
Hello,
it seems to be an issue that the 32 bit crt ships with a glut import
library which is an ambigious match to freeglut for cmake.
see here:
https://github.com/Alexpux/MINGW-packages/issues/437
Regards, Norbert Pfeiler.
-
Hello,
it seems to be an issue that the 32 bit crt ships with a glut import
library which is an ambigious match to freeglut for cmake.
see here:
https://github.com/Alexpux/MINGW-packages/issues/437
Regards, Norbert Pfeiler.
-