Hi,

I'm using Qbs bundled with QtCreator 3.2, and after updating the 3.2 branch
this morning (#bb8744c), I cannot link anymore. The problem is that
"link.exe" isn't called for linking anymore, but "cl.exe". Of course it
would be possible to use cl.exe for this task, too, one has to prefix the
linker specific options with "/link". This is not done however.

For example, load the "Hello Qbs" example and try to build it. Linking
fails and many warnings are emitted, indicating the confusion cl.exe has
with linker specific options.

cl : Command line warning D9002 : ignoring unknown option '/OS'

cl : Command line warning D9002 : ignoring unknown option '/OV'

cl : Command line warning D9002 : ignoring unknown option '/OE'

cl : Command line warning D9002 : ignoring unknown option '/OR'

cl : Command line warning D9002 : ignoring unknown option '/OS'

cl : Command line warning D9002 : ignoring unknown option '/OI'

cl : Command line warning D9002 : ignoring unknown option '/OO'

cl : Command line warning D9002 : ignoring unknown option '/ON'

cl : Command line warning D9002 : ignoring unknown option '/O:'

cl : Command line warning D9002 : ignoring unknown option '/O5'

cl : Command line warning D9002 : ignoring unknown option '/O.'

cl : Command line warning D9002 : ignoring unknown option '/O0'

cl : Command line warning D9002 : ignoring unknown option '/O0'


Any idea what's going on?

Thanks,
Thomas
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to