#-------------------------------------------------------
# 		ORAC++ library installation notes
#-------------------------------------------------------

	1. edit .bashrc file in your home directory
	   and add lines:

	   ORACLE_HOME={main directory of Oracle installation}
	   LD_LIBRARY_PATH=$ORACLE_HOME/lib {directory of all .lib,.so files} 
	   USR_LIBRARY_PATH={directory where orac++.h and oci_def.h files reside}

	   export LD_LIBRARY_PATH USR_LIBRARY_PATH ORACLE_HOME

	4. Copy liboracpp8rh80.so.4.0 to LD_LIBRARY_PATH directory

	3. Create symbolic link using 'mkld' file

	4. To compile and link programs with ORAC++ use
	   'mk' file which runs 'prog.mk'

	Note: client shared library 'libclntsh' is created
	during Oracle installation by genclntsh script
