Two basic choices that I'm aware of - I don't know if any other ones have
been tried - certainly the makefiles have no traces of it.

They are both gcc, but have different execution environments...

MinGW - Minimalist GNU For Windows at http://www.mingw.org/

MinGW is a collection of header files and import libraries that allow one to
use GCC and produce native Windows32 programs that do not rely on any
3rd-party DLLs. The current set of tools include GNU Compiler Collection
(GCC), GNU Binary Utilities (Binutils), GNU debugger (Gdb) , GNU make, and a
assorted other utilities. We are currently working on creating a complete
set of Mingw-hosted GNU toolchain, and looking for volunteers.



Also, CygWin - I think it's still at http://cygwin.redhat.com)

CygWin relies on a dll, but I *think* the success rate on porting stuff is
much higher.


However, all the tools you need are available through MinGW (as well as
instructions... you DID check the docs/ director for BUILD-MinGW.txt,
right...)

-----Burton



Dumb question #2: To recompile for W32, what sort of compiler is required?
Looking at the source, it appears to be gcc for all platforms, and I've read
about MinGW in several posts. Are there any others? What does Luca use?

Sam

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listmanager.unipi.it/mailman/listinfo/ntop

Reply via email to