[cvsnt] Re: cvsnt on AIX - the saga continues
Tony Hoyle
tmh at nodomain.org
Sun Apr 18 18:08:23 BST 2004
Hans Horn wrote:
> # The name that we can dlopen(3).
> dlname='pserver_protocol.so'
>
So the .la says there should be a .so file there, but there isn't for some reason.
If you've still got the config.log from the build, look for this block of lines:
configure:9138: checking if libtool supports shared libraries
configure:9140: result: yes
configure:9143: checking whether to build shared libraries
configure:9201: result: yes
configure:9204: checking whether to build static libraries
configure:9208: result: no
(the numbers may be different). You really want to see the result as above,
if it's going to work (cvsnt is dependent on shared libraries).
If your libtool doesn't support shared libraries it may be possible to upgrade
to one that does... that's an AIX specific problem though.
Tony
More information about the cvsnt
mailing list