M
M
maks_cpp2021-02-19 21:40:35
C++ / C#
maks_cpp, 2021-02-19 21:40:35

FREEGLUT error codeblocks c++ (No such file or directory)?

At first I tried to install glut, but I got errors and it is quite old .... (2001). Soon I found Freeglut, it is supported and almost does not differ from Glut, I also had errors with the installation. I suffered for 4 days, but then I managed to reduce the errors to one! At least something....

Here's the error:
-lfreeglut No such file or directory.

To make it easier, I began to run a simple program without graphics:

#include

int main () {
std :: cout << "Hello World!";
return 0;
}


PLEASE HELP ME ((((

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question