user specified soname with libtool.

2000-08-07 Thread Oliver Rauch
Hi, We had a little problem with SANE and libtool The problem was the following: All sane backend shall have the same soname. There is a dummy library "libsane.so" that is a link to the backend that shall be used. The backends are all replaceable. The frontend shall not see a differenc

patch to add to default libtool --mode=execute programs

2000-08-07 Thread Dan Winship
I was thinking of "ktrace" (bsd strace-like program) when I patched this, but it would make "ltrace" work as well. Index: ltmain.in === RCS file: /home/cvs/libtool/ltmain.in,v retrieving revision 1.226 diff -u -r1.226 ltmain.in --- l

Re: using libltdl for plugin design

2000-08-07 Thread Gary V. Vaughan
On Fri, Jul 28, 2000 at 02:00:15PM -0700, Tom Matelich wrote: > >Hello, > >I am going to be implementing a plug-in system for a C++ >application that needs to run on Linux, HP-UX, and Windows. I see >that libltdl will load shared libraries for each of these platforms,