Bug#476407: scons: Scons doesn't use specified C compiler for version check

2016-02-01 Thread Jörg Frings-Fürst
fixed 476407 scons/2.3.4-1 nowner 476407 thanks Hi, from upstream done at version 2.3.1. So I close this bug. CU Jörg --  New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D GPG key (long) : 09F89F3C8CA1D25D GPG Key: 8CA1D25D CAcert Key S/N : 0E:D4:56 Old pgp Key: B

Bug#476407: scons: Scons doesn't use specified C compiler for version check

2008-04-16 Thread Jussi Judin
Package: scons Version: 0.97.0d20080304-1 Severity: normal Scons doesn't check the specified CC environment variable to get CCVERSION from. Example Scons script that demonstrates the problem: env = Environment(CC='gcc-4.1') print env.Dictionary('CC') print env.Dictionary('CCVERSION') Results in