You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2023. It is now read-only.
In version of Rtool 4.3, running be it Rtools43 bash, Msys{32,64}.exe, Mingw{32,64}.exe, etc., do not put the dev tools in the path.
For example, running the Rtools43 bash from the desktop shortcut produces:
MSYS ~
$ which gcc
which: no gcc in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/progra~1/git/cmd:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
MSYS ~
$
On the other hand, the docs material is explicit:
The mingw32/mingw64 shell automatically put the respective gcc version on the path, whereas the msys shell has no toolchain on the path.
In version of Rtool 4.3, running be it Rtools43 bash, Msys{32,64}.exe, Mingw{32,64}.exe, etc., do not put the dev tools in the path.
For example, running the Rtools43 bash from the desktop shortcut produces:
On the other hand, the docs material is explicit: