guys I
built a shared library using "lib_LTLIBRARIES". Now I want to link to the SO and
perform a dlopen() on the same. in the makefile of the application which uses
this SO, i've added a -Lxxx to the "prog_LDADD" section.
Now, when I
try to instantiate the object from the application, I'm allowed to do so. Why is
this? Should I not be getting a compilation error as the linkage is not found at
compile time?
thanks in
advance.
Karthikeyan.R
DISCLAIMER: This email is bound by the terms and conditions described at
http://www.subexgroup.com/mail-disclaimer.htm
