Hello,

On Sun, Oct 05, 2025 at 11:36:35PM +0200, Patrice Dumas wrote:
> I get the following error message at the end of the build:
> /bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2  -avoid-version 
> -dlpreopen ./library/lib2.la  -o lib1.la -rpath /usr/local/lib lib1.lo  
> libtool:   error: cannot find the library '' or unhandled argument 
> './library/.libs/lib2.so'
> 
> The ./library/.libs/lib2.so file exists.
> 
> I attach a tarball that can be used to reproduce the issue with
> ./configure && make
> 
> I do not really have a good feeling of what should be expected, and
> I could be doing something wrong as I do not know well the subject, I
> may be misinterpreting completely what dlpreopening is about, but
> even if it is the case, maybe the error message could be improved.

An idea on whether the error could be in my code or in libtool?  If it
is clear that there is a bug in libtool, I could try to look at it more
in depth.

-- 
Pat

Reply via email to