Dynamic Class Loading for C++ on Linux | Linux Journal
I tried to include the above code into our project using automake. Since i am building the libs in -> src/entities/Makefile.am all the .so files go directly to src/entities/.libs/*.so when i make a 'make install' the libs go to /usr/local/lib/*.so (or som
www.linuxjournal.com |