From: Paolo N. <pne...@gm...> - 2008-09-01 10:24:07
|
Hello Holger, I have tested on Unix and worked. Took note of your report. Let me check and I will try to fix in the evining. Thanks, Paolo Holger Vogt wrote: > Paolo, > > currently building ngspice for Windows fails during ./configure with a > failure message that TCL_MODULE has never been defined. It is however > needed in several makefile.am. > > In configure.in you have placed the code for tcl library detection into > a case statement inside the branch which is selected if Windows is not > chosen. > > case $with_windows in > yes ) > some code > * ) > > ########################################################################## > # > # tcl libraries test > # > ########################################################################## > AM_CONDITIONAL(TCL_MODULE, false) > other code > esac > > esac is in line 528. > > Is it intended to have --with-tcl to be not accessible from Windows? If > yes, at least the AM_CONDITIONAL(TCL_MODULE, false) should be moved to a > place in front of the case loop. > > Regards > > Holger > > > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ngspice-devel mailing list > Ngs...@li... > https://lists.sourceforge.net/lists/listinfo/ngspice-devel |