Installing shhmsg ================= If you don't have gcc, you'll have to edit the Makefile. If your compiler is not ANSI, you'll have to change all files. 1. Check the Makefile. In particular, if you run Linux with ELF, you may want to make a shared library (search for SHARED). 2. Build the library make dep make 3. Install library and header file make install By default, the library will be installed in /usr/local/lib, and the header file in /usr/local/include. If you happen to know how to make one of those fancy configure files, and feel like making one for this library, please do so and send the files to me (contact info in the README file).