|
From: Abhishek D. <the...@gm...> - 2009-02-24 17:21:47
|
Thanx lakesh You saved everybody's time :) bye On Tue, Feb 24, 2009 at 10:43 PM, lakesh <lak...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Abhishek http://adutta.np.googlepages.com |