On Wed, Nov 20, 2024 at 09:36:14PM +0000, Gavin Smith wrote: > On Wed, Nov 20, 2024 at 08:41:20PM +0000, Gavin Smith wrote: > > locating and loading "libtexinfo.so" in texi2any directly > > would eliminate any risk of either not finding the file, or finding the > > wrong file. > > I've committed changes to do this. I had to override and revert > a commit you made before that as it clashed with my changes - I needed > the $additional_libraries argument which you had removed.
Indeed. I think that your approach looks good. One things that it not clear to me is whether the dlname or the library_names in .la file should be used to determine the file to load for a library. My feeling would be that library_names should be used, but I am not sure since they are presumably always loaded by dlopen. -- Pat