From: Holger V. <hol...@un...> - 2008-09-13 10:32:41
|
Hi all, with an update to my mingw installation and some tiny changes to configure.in and tclspice.c I am now able to compile ngspice using ./configure --with-windows --enable-maintainer-mode --enable-xspice --enable-cider --disable-debug --with-tcl make make install A huge library libspice.a is created at C:\Spice\lib. The install procedure then fails with /bin/sh /d/Spice_General/ng-spice-rework/install-sh -d C:/Spice/lib/spice /bin/install -c -m 644 pkgIndex.tcl C:/Spice/lib/spice /bin/install: cannot stat `pkgIndex.tcl': No such file or directory make[1]: *** [install-tclspice] Error 1 make[1]: Leaving directory `/d/Spice_General/ng-spice-rework/src' make: *** [install-recursive] Error 1 At least a small step forward. To ask as an ignorant: This huge overhaul adding tcl-spice: What is it good for? What does tcl offer to the user? How should the result of the build procedure look like, what executables, dlls, and ... are to be expected? Regards Holger > > |