[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
shared libraries - reg
From: |
Karthikeyan Ramnath |
Subject: |
shared libraries - reg |
Date: |
Thu, 25 Mar 2004 23:49:24 +0530 |
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
- shared libraries - reg,
Karthikeyan Ramnath <=