mingw tag

5 questions


1 answers
501 views
0
I would like to know the reason why the makefile link order still results in an undefined reference error.

Question detailsThe following error occurs when I compile, but I don't know why.undefined reference to glfwInitWhat is the cause of the undefined reference?Include files, links, and so on.StatusFrameW...

1 years ago

1 answers
73 views
0
When I use filesystem::copy_file() in Mingw, I cannot overwrite it even if I specify overwrite_existing.

Examples include the following code:#include<filesystem>int main() { std::filesystem::copy_file(./t.txt, ./test/t.txt, std::filesystem::copy_options:overwrite_existing);}./t.txt and ./test are b...

2 years ago

1 answers
110 views
0
There is no directory when writing the MinGW gcc compiler.error

C:\Users\ob\AppData\Local\Temp\ccFJqNal.sgcc.exe:error:CreateProcess:No such file or directoryThis User/ob/ So far, it was created during installation with Win's Dir.After that, I tried to make Appdat...

2 years ago

2 answers
79 views
0
Windows Command Results Are garbled in Git Bash

When you type Windows standard commands on Git Bash (MinGW), the results are displayed in a literal format.route/? for exampleExample typing Locale settings in Terminal Options do not work.Is there a ...

2 years ago

4 answers
156 views
0
g++glfw cannot link.

Regarding the presentation console screen, when I link to the library, I get a large amount of undecided errors.Why is this? As you can see in the answer, I looked up how to use the library link, but ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.