This should add libm.a, libm.so, math.h, and other glibc components.
If you have these components installed and compiling still fails, you may need to edit the vt project's Makefile and manually edit the includes (-I) and link (-L) directories to instruct the build tools where headers and libraries are located.
Yeah, depending on what gets bundled with Mint, you may need to add development libraries in order to compile tools that depend on various third-party libraries.
thank you, but now it says: "no zlib.h, fatal error", what to do to fix?
I have installed zlib1g-dev and it has installed somehow
Yeah, depending on what gets bundled with Mint, you may need to add development libraries in order to compile tools that depend on various third-party libraries.