Todd Vierling <[EMAIL PROTECTED]> writes: > The following patch to aclocal.m4 (will require a run of "autoconf" after > changing to pick up the change) will make WINE_GET_SONAME work on NetBSD, > and likely the other *BSDs. It is still Linux compatible -- in fact, this > new incarnation returns the fully qualified path to the shared object, > eliminating fears of runtime linking path searches.
I don't think that's a good idea. There is no guarantee that the full path is valid on other systems, and we don't want to bypass the user's LD_LIBRARY_PATH settings. -- Alexandre Julliard [EMAIL PROTECTED]