…in order to create a standalone application. (It makes distribution easier, IMO.)
I’m still having trouble finding and using all the .a files instead of the .dll files. This suggestion on stackoverflow seems promising (the first post after the question):
libstdc++-6 [stackoverflow.com]
But, I guess I don’t know how to furnish those arguments to make: in the build window, I put those into the “Make arguments:” area, but I get an error at build time: “invalid option — a”.
Can someone enlighten me on how to link the necessary static libraries, so I don’t have to depend on the .dll libraries?
Thanks.
↧