Excuse my Noobish Question I tried to version up Nim to 1.4 by hand. And lost gcc reference and can't compile.
`nim -v` works fine which echo _Nim Compiler Version 1.4.0 [Windows: amd64]_. But it failed to compile with **No such file** or **undeclared indetifier** error. So I guess, what I have to do is, some how **find gcc PATH** (I can find it from nim-1.20? ) and some how **tell it to nim-1.4.0**. But how? Thanks for any hint.
