Re: [QBS] strange behaviour with cpp.linkerFlags

2015-07-20 Thread Joerg Bornemann
On 18-Jul-15 14:53, Stephan Gatzka wrote: I've seen a change between qbs 1.3.4 and 1.4.1. With version 1.3.4 I could specifiy cpp.linkerFlags: [-u,read,-u,write] expanding to -u read -u write when gcc is called for linking. With version 1.4.1 the same line expands to -u read write

Re: [QBS] strange behaviour with cpp.linkerFlags

2015-07-20 Thread Stephan Gatzka
Thanks Joerg, With version 1.3.4 I could specifiy cpp.linkerFlags: [-u,read,-u,write] expanding to -u read -u write when gcc is called for linking. With version 1.4.1 the same line expands to -u read write which is obviously not working. Did I specified it incorrectly or have I found a

[QBS] strange behaviour with cpp.linkerFlags

2015-07-18 Thread Stephan Gatzka
Hi, I've seen a change between qbs 1.3.4 and 1.4.1. With version 1.3.4 I could specifiy cpp.linkerFlags: [-u,read,-u,write] expanding to -u read -u write when gcc is called for linking. With version 1.4.1 the same line expands to -u read write which is obviously not working. Did I specified it