From: Holger V. <hol...@un...> - 2008-08-26 17:10:29
|
Lionel, ngspice for Windows will compile in the mingw environment (http://sourceforge.net/project/showfiles.php?group_id=2435) out of the box from the actual ngspice CVS sources . I am using gcc3.4.5 within msys 1.0.10. Both configurations are now superceeded by newer versions. My operating system is Windows XP home, service pack 2 on a Pentium 4 with 1.5 GB of memory. For debugging I am using insight with gdb 6.3. For CVS I am using TortoiseCVS Version 1.8.11. The command sequence from inside the MSYS box is: autogen.sh ./configure --with-windows --enable-maintainer-mode --enable-xspice --enable-cider (with optional --disable-debug) make install which will install ngspice to C:\Spice. Due to a defect in my auto tool installation I have to run autogen.sh from a CYGWIN window. I have also used gcc4.2.1, but with no simulation speed advantage. I really should update my software tools, but time is lacking a bit. Regards Holger SAINTE CLUQUE Lionel schrieb: > Hi all, Hi Holger > > While waiting for Dietmar comments to finalize tclspice, I try to > anticipate the build of tclspice for windows. > > Holger, it seems than you know precisely how to build ngspice for > windows. > > Can you tell me if you compile it or cross compile, > with which tool/system/verion > the exact procedure you use, > the buid scripts, configure flags/options > The windows versions you did it on and/or tested it on? > > thanks by advance, your help will be precious and time saving. > > Sincerly yours, > > Lionel > |