Re: lt_* stability

2002-05-28 Thread gary
[EMAIL PROTECTED] wrote: > do you know of any examples of `lt_dlsetsearchpath' > use i could look at and study? Sure, cvs m4 (available from savannah) is a model use, and I think imlib2 is using my loader code in a fairly novel and interesting mode. HTH, Gary. -- ())_. Gary V. Vaugha

Re: lt_* stability

2002-05-28 Thread Thien-Thi Nguyen
From: [EMAIL PROTECTED] Date: Tue, 28 May 2002 13:32:22 +0100 The core lt_dlinit/lt_dlopen/lt_dlsym/lt_dlclose/lt_dlexit API remains unchanged since its original introduction into libtool releases. New calls have been added to exploit richer semantics and new features over the

Re: lt_* stability

2002-05-28 Thread gary
[EMAIL PROTECTED] wrote: > i'm interested in finding out how stable libltdl API is. The core lt_dlinit/lt_dlopen/lt_dlsym/lt_dlclose/lt_dlexit API remains unchanged since its original introduction into libtool releases. > has it changed much in its history? New calls have been added to exploi