tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libtool and SONAME



On Saturday 20 February 2010 01:08:37 OBATA Akio wrote:
> Not happened for me (NetBSD-5.0.2).

Whats the result of

    grep soname_spec /usr/pkg/bin/libtool

for you?  For me (NetBSD-5.0_STABLE) its 

soname_spec=""
            elif test -n "$soname_spec"; then
              eval soname=\"$soname_spec\"
        if test -n "$soname_spec"; then
          eval soname=\"$soname_spec\"


which is the immediate cause of the problem - should be something like

soname_spec="\${libname}\${release}\${shared_ext}\$major"

Now working back through the generation of the libtool-base package to see 
why its happening for me.

cheers
mark


Home | Main Index | Thread Index | Old Index