On Tue, 2008-05-13 at 12:44 +0800, steve xue wrote: > > And need these man page files listed in the "??????Exported Interfaces" > > form? > > > > When I build guile 1.8.5, I got four more files > > /usr/lib/libguilereadline-v-17.so > > ??????/usr/lib/libguilereadline-v-17.so.17 > > ??????/usr/lib/libguilereadline-v-17.so.17.0.3 > > /usr/lib/pkgconfig/guile-1.8.pc > > > > Do you remove them in purpose? > > > > For the readline* , they are all symbol link, because currently > Solaris do not have any static readline library shipped > I think I should remove these symboe links.
???libguilereadline-v-17.so.17 ???libguilereadline-v-17.so.17.0.3 are symbol links, ???libguilereadline-v-17.so is not. $ls -l /usr/lib/libguilereadline* lrwxrwxrwx 1 root bin 31 May 13 12:11 /usr/lib/libguilereadline-v-17.so -> libguilereadline-v-17.so.17.0.3 lrwxrwxrwx 1 root bin 31 May 13 12:11 /usr/lib/libguilereadline-v-17.so.17 -> libguilereadline-v-17.so.17.0.3 -rwxr-xr-x 1 root bin 3516 May 13 12:11 /usr/lib/libguilereadline-v-17.so.17.0.3 -Halton. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/opensolaris-arc/attachments/20080513/de6f3fca/attachment.html>
