dependency_libs question

2002-11-05 Thread nall
c loader can only handle one level of dependencies. but what about linux, where it's perfectly fine to stick a -lfoo on the linker command for application bar and when bar loads libfoo.so, the loader will automatically pull in libfoo-internal.so? i hope this is

dependency_libs question

2002-11-04 Thread Jon Nall
c loader can only handle one level of dependencies. but what about linux, where it's perfectly fine to stick a -lfoo on the linker command for application bar and when bar loads libfoo.so, the loader will automatically pull in libfoo-internal.so? i hope this is

internal dependencies

2002-11-07 Thread Jon Nall
rface might change at any time. the best solution so far is to remove libfoo-internal.la from the dependency_libs variable in libfoo.la. is this really the proper solution? thanks for any insight. nall. ___ Libtool mailing list [EMAIL PROTECTED]

an easy question

2002-12-06 Thread Jon Nall
ld like to understand what's going on. thanks for any help. nall. ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool