On Wed, Mar 28, 2012 at 10:48:08PM +0900, MARUYAMA Naomasa wrote: > Dear Thomas, > > Thank you. > > >Date: Tue, 27 Mar 2012 18:21:49 -0400 > >From: Thomas Dickey <[email protected]> > > >thanks - I believe that the current development version does what you > >need :-) > > You are right. I was wrong. It seems I made a mistake in my experiment. > > >On Tue, Mar 27, 2012 at 03:56:57PM +0900, MARUYAMA Naomasa wrote: > > >> ./configure --with-screen=ncurses --with-curses-dir=/usr/local > >> LDFLAGS="-R/usr/lib:/usr/local/lib:/lib" > >> > >> is still not sufficient owing to the absence of > > This is actually sufficient to supply > > >> LDFLAGS = -R/usr/lib:/usr/local/lib:/lib > > in src/makefile. I am sorry I bothered you.
no problem > The only thing I can contribute this list is the following response to > your question: > > >Is that from a package, or self-compiled? (Offhand, I thought all > >of the Solaris packages were in other directories than /usr/local). > > Package SFWncur of Solaris10 companion CD resides in /opt/sfw > -rwxr-xr-x 1 root bin 361588 Aug 18 2008 > /opt/sfw/lib/libncurses.so.5.6 > > Package SMCncurs from http://sunfreeware.com/ resides in /usr/local > -rwxr-xr-x 1 bin bin 479832 Dec 26 2006 > /usr/local/lib/libncurses.so.5.6 I see - then it's the sunfreeware package in /usr/local. I didn't install that (since my interest in the Solaris machines is in porting my own fixes). They're both rather old (5.6 is from December 2006 - 5.9 is current, from a year ago). My OpenSolaris machine has 5.6, with some packager's changes. My note on that is from about two years ago, noting that the ncurses5-config script doesn't work due to someone's attempt to modify it to support rpath. I replaced the script (since it would confuse my configure scripts, which _look_ for that). However, those are both amd64 (Intel) machines rather than Sparc, so I can't simply build packages. But lynx is usually simple to compile... -- Thomas E. Dickey <[email protected]> http://invisible-island.net ftp://invisible-island.net
signature.asc
Description: Digital signature
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
