From: lakesh <lak...@gm...> - 2009-02-24 16:58:43
|
Hi guys, Use this link for creating a shared object file in kdevelop http://www.kdevelop.org/mediawiki/index.php/FAQ#How_to_create_a_.so_library.3F Among the two options given in the link I used the second one (libtool based method). It creates a .la file, then you need to install the library in the form of .so . Follow the procedure as given in the link. Then it will create a .la file. Then u need to install it in the form of .so file in the /usr/local/lib folder. For that just right click on the subproject and the install option. It will create the required so file in the /usr/local/lib path. One more thing u need to have root permission to create any file in the /usr/local/lib path. Though there is a install as root option I had a /bin/sh:kdesu not found error. So just run kdevelop as root and then click on install and the shared library will be created. I hope this would be helpful to you guys so that you don't need to waste time in googling. -- Have a nice day |