From: Alexey P. <ale...@gm...> - 2014-05-14 13:36:05
|
14 мая 2014 г., в 12:54, Jan Niklas Hasse <jh...@gm...> написал(а): > Am 14.05.2014 04:23 schrieb "Alexey Pavlov" <ale...@gm...>: > > > > > > 14 мая 2014 г., в 3:54, Jan Niklas Hasse <jh...@gm...> написал(а): > > > > > Hi! > > > > > > I'm new to MSYS2 and trying to setup my dev environment with it. I've > > > installed scons and mingw-w64-x86_64-gcc with pacman. Although the g++ > > > command works fine, scons can't seem to find it: > > > > > > sh: o: command not found > > > > > > If I install the gcc package scons works, but I want to be able to use > > > the other mingw-w64 packages like boost, etc. > > > Is there anyway to fix this? How are others using scons and mingw-w64? > > > > > to use mingw-w64-x86_64-gcc you need run MSYS2 with mingw64_shell.bat or modify PATH variable > > export PATH=/mingw64/bin:$PATH > > I did run mingw64_shell.bat and g++ is in the path: Running it in bash works fine. > What problem then? |