Hello everyone!
I have a problem with the -static-libgcc and -static-libstdc++ falgs. I use dynamic linking for SFML libraries. After compilation, the program warns that the files libgcc_s_dw2-1.dll, libstdc++-6.dll and libwinpthread-1.dll are missing. Copying file data from the compiler directory to the executable file directory solves this problem. But I had a few questions:
1.) Is it possible to use dynamic linking for SFML, but static linking for libgcc and libstdc++? It may be possible to manually compile libraries with special parameters for this?
2.) If this is not possible, will it not violate the license that the libgcc_s_dw2-1.dll, libstdc++-6.dll and libwinpthread-1.dll files are supplied with the binary executable? The question is probably stupid, but I still doubt it.
Thanks in advance for your reply.
P.S.: Sorry for bad English.