Hi ,
I am facing problem on giving dependency path through automake on hpux
PA 32 bit .
When i genreating shared library libsample2.sl which is dependent on
libsample1.sl which genreated but not installed in the mcahine.so while
generating libsample2.sl i have given the
libfmkmgr_la_LIBADD ../../src/.libs/libsample1.la
With this Iam able to generate the shared library libsample2.sl. but when i
do chatr on the library, it shows dependend path as static for
libssampl1.sl. This problem iam facing on HPUX 11.i PA 32 bit only. how to
change the dependend path as dyanmic. please find the sample Makefile.am .
lib_LTLIBRARIES = libsample2.la
libfmkmgr_la_LIBADD ../../src/.libs/libsample1.la
libsample2_la_SOURCES = *.c
--->chatr output for libsample2.sl
chatr libsample2.sl
shared library
shared library dynamic path search:
SHLIB_PATH enabled second
embedded path enabled first /opt/OC/lib
internal name:
libsample2.sl.0
shared library list:
static ../../src/.libs/libsample1.la
Any suggestion / help will be appreciated.
Thanks,
Joseph.
--
View this message in context:
http://www.nabble.com/how-to-give-dependency-library-in-libtool-on-hpux-PA-tf3140847.html#a8704915
Sent from the Gnu - Libtool - Discuss mailing list archive at Nabble.com.
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool