tech-pkg archive

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

Re: libtool and SONAME



On Sat, 20 Feb 2010 05:36:01 +0900, Mark Davies <mark%ecs.vuw.ac.nz@localhost> 
wrote:

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"

Yes, for me:

soname_spec="\${libname}\${release}\${shared_ext}\$major"
             elif test -n "$soname_spec"; then
               eval soname=\"$soname_spec\"
         if test -n "$soname_spec"; then
           eval soname=\"$soname_spec\"

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

cheers
mark



--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index