From: Lionel S. C. <lio...@gm...> - 2008-09-09 11:24:22
|
-z defs Force a fatal error if any undefined symbols remain at the end of the link. This is the default when an executable is built. It is also useful when building a shared object to assure that the object is self-contained, that is, that all its symbolic references are resolved internally. 2008/9/9 Paolo Nenzi <pne...@gm...>: > th...@mi... wrote: >> Lionel, Paolo, >> >> but then you system is linux and not i686-mingw ... > > Stefan, I am using windows. I would set up a windows environment for > compiling ngspice to test code and to halp people here o use it without > having to install an Ubununt over some fancy virtual machine software :) > > Anyway I will quit to dedicate time to correct bugs and finishing > hanging tasks (docs and suite). > > Ciao, > Paolo > > >> 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 >> >> >> >> ------------------------------------------------------------------------- >> 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 > > > ------------------------------------------------------------------------- > 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 > -- Lionel SAINTE CLUQUE |