Nmap/Moving to a separate directory

From SecWiki
Jump to: navigation, search

This page lists some problems that need to be solved in order to move Nmap to its own directory.

  1. In source code trunk, mkdir nmap ; mv *.cc *.c *.h nmap
  2. In configure.ac and configure, replace nmap.cc with nmap/nmap.cc

Remaining problems

  1. make: *** No rule to make target `nmap.h', needed by `ncat/ncat.h'. Stop.
  2. Create a new Makefile for Nmap, update the paths to libraries