My STL installation is incomplete

Revision en2, by d1312, 2024-09-09 16:34:23

I heard STL is a good tool, so I installed STL on my compiler. The problem is, when I use deque, everything is fine. But when I use destack, it gives me this error:

[Error] destack: No such file or directory
compilation terminated.

I'm using the last version of MinGW GCC installed with the MinGW GCC Package Manager, with compile flags -std=c++14 -O2. My friend also have this problem. So please help.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English d1312 2024-09-09 16:34:23 2 Tiny change: 'erminated.```\n\nI'm' -> 'erminated.\n```\n\nI'm'
en1 English d1312 2024-09-09 16:34:00 466 Initial revision (published)