Hello All,
I want to check whether a particular library is installed or not using a shell command.
I want to write a install script which will first check whether the libraries required to compile my code are available on the system or not.
something like #check_library libxml2 (on shell)
or
retval = check_library("libxml2"); will do.
--
Regards,
Rishi B. Agrawal
http://www.linkedin.com/in/rishibagrawal
http://code.google.com/p/fscops/