From: <th...@mi...> - 2008-09-09 09:42:02
|
Lionel, Paolo, but then you system is linux and not i686-mingw ... Personally I think the way you have to install the mingw-stuff is crap. Not windows like. There should be one windows-installer with (mingw, msys, ... ) What I do is that I don't use the general installer. I make it in a very bad manner. I install the latest 50MB mingw-all-in-one installer. Then the msys-executable just over mingw (in the same directory even if it is not recomendated). And then I take a few newer binaries and copy them over the allready installed stuff. I have tell this functions: I was able to compile wxwidgets by: configure --prefix=/usr/local --enable-monolithic; make; make install tcl+tk+blt: configure --prefix=/usr/local; make; make install and an older ngspice-version ... Regards, Stephan |