libtool/shared libraries problem

paul beard paulbeard at mac.com
Thu Apr 1 12:44:42 PST 2004


In the course of cleaning up this b*rked port installed, I found that 
popt wouldn't install properly. It would report no errors but ports 
that depended on it would bail out, unable to find shlibs.

configure, running under the ports system, returns this:

creating libtool
checking host system type... i386-unknown-kfreebsd4.9-gnu <-- what's 
that all about?
. . . . .
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
. . . .


Cleaning out the work directory, doing a make deinstall in libtool13 
gives me this more reasonable outcome.

checking host system type... i386-unknown-freebsd4.9
. . . .
checking if libtool supports shared libraries... yes

The acid test is to see if "make package" will work since it seems to 
check the created files against a list that "make install" doesn't seem 
to do.

I just did a portinstall rpm (where I was stuck with popt being broken) 
and it installed just fine. It did however kick back the same warning I 
have seen previously that libtool13 is deprecated and libtool15 is 
preferred.

There is no warning about the popt port in UPDATING.
--
Paul Beard
<www.paulbeard.org/>
paulbeard [at] mac.com


More information about the freebsd-questions mailing list