HOWTO: Create C/C++ libraries in Linux (static and dynamic linking)

Hi people,

I'm trying to compile the following code in ubuntu 10.04
#include <map.h>

And i get this error:

<map.h> no such file or directory
You probably mean
 
#include <map> 
Topic archived. No new replies allowed.