I don't know where the error comes from, if indeed this is an error.
It seems to me that no sane person would let a program take options/parameters without some sort of separator, otherwise it would be impossible to know what the user wants. That's why I think it is an error.
The error is most likely situated in your makespec file, and more specific a line called QMAKE_LFLAGS
Try adding a seperator between the two options.
If the build succeeds, the worst thing that happens is that the options aren't used.
In this case I guess there will be no static build.
Bookmarks