[Scons-users] TDM Gcc detection

Mark Holloway hollowaymr at hotmail.com
Thu Mar 28 11:58:01 EDT 2013


I'm still in scons beginner mode, but the following worked for me to pull in the elements I need in a similar situation with you (although a simpler solution would be nice): env = Environment(tools = ['gcc', 'g++', 'ar','gnulink','textfile'], ENV = {'PATH' : os.environ['PATH'],'TEMP' : os.environ['TEMP']})
I needed to have those on my path before launching scons though. Hope that helps,Mark From: philipp.kraus at flashpixx.de
Date: Wed, 27 Mar 2013 12:40:26 +0100
To: scons-users at scons.org
Subject: [Scons-users] TDM Gcc detection

Hello,
I use MinGW GCC compiler but not under the MSYS Shell ( http://tdm-gcc.tdragon.net/ ).If I install Scons and run it from the command line, can the Environmental object found the Gcc compilers & linkers automatically?

Thanks
Phil
_______________________________________________
Scons-users mailing list
Scons-users at scons.org
http://four.pairlist.net/mailman/listinfo/scons-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130328/34bb4dd5/attachment-0001.html>


More information about the Scons-users mailing list