share libraries on UNIX

"F. Heitkamp" <[email protected]> Sun, 7 Nov 2004 16:54:45 -0500 (EST)
Newsgroups gmane.comp.lib.libwww
Message-ID <[email protected]>
When I compile libwww on Linux, the library names are not according to 
convention. running ./configure --enable-shared=yes --enable-static=no 
gives libraries named like:

libwwwapp.0.1.0
libwwwcache.0.1.0
libwwwcore.0.1.0
libwwwdir.0.1.0
libwwwfile.0.1.0
libwwwftp.0.1.0
libwwwgopher.0.1.0
libwwwhtml.0.1.0
libwwwhttp.0.1.0
libwwwinit.0.1.0
libwwwmime.0.1.0
libwwwmux.0.1.0
libwwwnews.0.1.0
libwwwstream.0.1.0
libwwwtelnet.0.1.0
libwwwtrans.0.1.0
libwwwutils.0.1.0
libwwwxml.0.1.0

Anyone know how to fix?

Fred