← Back to team overview

kicad-developers team mailing list archive

Re: Re: specctra compilation under windows

 

You are rigth.


Right. Every now and then...... Can I quote you to my wife?
If a man makes a statement in the woods, and there is no woman there to hear him, is he still wrong?



libstdc++ is actually part of GCC. It is made when the compiler is made, as part of the GCC build, mainly so the problem you are having does not happen.

If Mingw has them all twisted, shame on them. Windows users have enough problems it seems. I found the Mingw site extremely confusing, too many options.


Glad you are making progress. Have you tried using CMake yet? I think you can use it for your static builds also. This only depends on how the wxWidgets is built, not much more. CMake can learn from how it is built, and modify the linker options automatically for you. But you need a recent wxWidgets, so that you have wx-config on windows in your path.

Hope this helps,

Dick







References