FAQ:Compiling 07
From Net-SNMP Wiki
Revision as of 14:49, 29 December 2006 by Dts12 (Talk | contribs) (Move FAQ text to a template page & 5.4 release synchronisation)
Why is the project workspace empty under Visual C++?
This is probably due to the different ways that Unix and Windows handle text file line termination. Older versions of WinZip don't handle this properly, and Visual C++ gets confused (poor dear!). The latest version of WinZip is reported to unpack this correctly.
FAQ:Compiling
- How do I control the environment used to compile the software?
- How do I control the environment used to compile the software under Windows?
- Why does the compilation complain about missing libraries?
- How can I reduce the memory footprint?
- How can I reduce the installation footprint or speed up compilation?
- How can I compile the project for use on an embedded system?
- How can I compile the project to use static linking?
- Why does 'make test' skip various tests?
- Why does 'make test' complain about a pid file?