debugging.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • build/
  • debugging.html
  • View
  • Commits
  • Open Download .zip Download (394 B)
<html>
<body>
<h2>Build with gcc -Wall</h2>
The <i>./configure</i> script figures out what compiler to use.
If you wish to have it use <i>gcc</i> with <code>-Wall</code>,
just run <i>./configure</i> like the following:
<p><code><menu>
sh ./configure --with-wall
</menu></code>
This will only fail on machines that use <code>cc_r</code> to
compile mutlti-threaded applications.
</body>
</html>	
# Change User Description Committed
#1 3998 bryan_costales Brought the whole distribution up to V0.9
Added a huge abount of documentation.
Added slowedit find
Created startup scripts to launch for testing
Fixed numerous bugs.
Fixed a few portablity issues.
Installed hooks for whitelisting and IP aliases.