From: SAINTE C. L. <lio...@gm...> - 2008-09-24 06:00:44
|
Hi holger, First I would like to thank you, because at that time I'm 100% loaded by work (and I start to be late). Then I can not progress on tclspice. So I greatly appreciate your help on that topic. tclspice for windows is in my hot-tasks list. Do you succeed in building a dll? Are you sure xspice will be able to link with the dll? I don't know the topic well, but in a dll all dependencies have to be resolved at link time. A dll can not load dynamic objects (as far as I undestand). For the moment if I use the -z,defs link option xspice fails. thanks On mer, 2008-09-24 at 00:44 +0200, Holger Vogt wrote: > Hi all, > > the installation instruction given in my last email was not complete. > > After a > make maintainer-clean > autogen.sh > $ ./configure --with-windows --enable-maintainer-mode --enable-xspice > --enable-cider --disable-debug > > xspice (especially cmpp.exe) was not made due to a lack of flex and yacc. > > flex and yacc have been installed into msys/1.0/bin from > http://sourceforge.net/project/showfiles.php?group_id=23617 > > However: ifs_lex.c has been created, but only as an empty file! > #define yyin ifs_yyin should be defined there, so an error message > occured.. yacc seems to be not working. > > Removed yacc.exe by > yacc.exe renamed to yacc.exe_ > > added bison.exe (plus dlls) and yacc from > http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=22822&release_id=372163 > http://downloads.sourceforge.net/gnuwin32/bison-2.1-bin.zip?modtime=1132421651&big_mirror=1 > > Now after a > make > make install > > everthing was created including xspice. > > Regards > > Holger > > > > Holger Vogt schrieb: > > > Paolo, > > > > > > meanwhile I have set up a fresh mingw which runs and currently builds > > > ngspice! > > > > > > I have been following exactly (step by step, an ugly procedure of you > > > are used to Windows installers) the advice given in > > > http://www.mingw.org/wiki/msys . > > > > > > > ... > > > > ------------------------------------------------------------------------- > 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 |