[Scons-users] Specify Toolchain for Windows

Bill Deegan bill at baddogconsulting.com
Tue May 16 12:15:35 EDT 2017


SCons doesn't use the users shell PATH.
It constructs it.
So if you want to put the mingw-w64 path in  your Environement()'s PATH,
that should help if find the right set of mingw tools

-Bill

On Tue, May 16, 2017 at 8:07 AM, R0b0t1 <r030t1 at gmail.com> wrote:

> Hello,
>
> I've a working SConstruct file (more or less) that fails in the
> linking stage due to using the normal MinGW toolchain and not the
> MinGW-w64 toolchain. This might be an artifact of what Python 2.7 adds
> to the PATH, but I'm not sure. The normal MinGW isn't in my PATH but
> the MinGW-w64 installation is.
>
> Thanks in advance.
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20170516/600263dd/attachment.html>


More information about the Scons-users mailing list