location. Note that you need to have write permission into the
directories into which things will be installed.
+When building for use with C++, you may need to add additional
+compiler flags to support proper interaction with exceptions. This
+can be done by setting the CFLAGS environment variable. For example,
+when using GCC, you can use:
+
+ CFLAGS=-fexceptions ./configure
+
Note for Solaris users: The "ar" command is usually located in
"/usr/ccs/bin", which is not in the default PATH. You will need to
add this to your path for the "make" command. If you're using ksh or