This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

shared libraries - reg


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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]