Re: [Scons-dev] Your advice wanted on issue #1742: TryLink() is too successful sometimes...

2014-05-21 Thread Dirk Bächle
On 21.05.2014 00:53, Gary Oberbrunner wrote: That's an insidious combination of problems there. I don't think much is expected to work if only g++ is defined and not gcc, but it would be nice if it didn't fail this badly. Of course the mythical toolchain revamp will prevent this kind of

[Scons-dev] Your advice wanted on issue #1742: TryLink() is too successful sometimes...

2014-05-20 Thread Dirk Bächle
Hi there, I'd like to get a second opinion (and third, and...) on the following problem: I'm currently debugging issue #1742 and found out why the TryLink() sometimes returns successful, although this shouldn't happen. In the given example env = Environment(tools = ['g++', 'gnulink'])

Re: [Scons-dev] Your advice wanted on issue #1742: TryLink() is too successful sometimes...

2014-05-20 Thread Dirk Bächle
On 20.05.2014 23:58, Dirk Bächle wrote: [...] I'm currently debugging issue #1742 and found out why the TryLink() sometimes returns successful, although this shouldn't happen. In Sorry, just noticed this right now (better late than never ;) )...it should be either ...sometimes returns

Re: [Scons-dev] Your advice wanted on issue #1742: TryLink() is too successful sometimes...

2014-05-20 Thread Gary Oberbrunner
That's an insidious combination of problems there. I don't think much is expected to work if only g++ is defined and not gcc, but it would be nice if it didn't fail this badly. Of course the mythical toolchain revamp will prevent this kind of thing or at least make it harder. But I don't know how