[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] LDFLAGS in makefile.in
From: |
MARUYAMA Naomasa |
Subject: |
Re: [Lynx-dev] LDFLAGS in makefile.in |
Date: |
Wed, 28 Mar 2012 22:48:08 +0900 (JST) |
Dear Thomas,
Thank you.
>Date: Tue, 27 Mar 2012 18:21:49 -0400
>From: Thomas Dickey <address@hidden>
>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.
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
Package SFWlynx on Solaris10 companion CD is
PKGINST: SFWlynx
NAME: lynx - Web browser for cursor addressable displays
CATEGORY: system
ARCH: sparc
VERSION: 2.8.6,REV=2008.08.25.23.51
BASEDIR: /opt
% ldd /opt/sfw/bin/lynx
libncurses.so.5 => /opt/sfw/lib/libncurses.so.5
libnsl.so.1 => /usr/lib/libnsl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libgen.so.1 => /lib/libgen.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,SPARC-Enterprise-T1000/lib/libc_psr.so.1
/platform/SUNW,SPARC-Enterprise-T1000/lib/libmd_psr.so.1
Package SMClynx Version 2.8.6 from http://sunfreeware.com/ is
PKGINST: SMClynx
NAME: lynx
CATEGORY: application
ARCH: sparc
VERSION: 2.8.6
BASEDIR: /usr/local
% ldd /usr/local/bin/lynx
libncurses.so.5 => /usr/local/lib/libncurses.so.5
libnsl.so.1 => /usr/lib/libnsl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libgen.so.1 => /lib/libgen.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,SPARC-Enterprise-T1000/lib/libc_psr.so.1
/platform/SUNW,SPARC-Enterprise-T1000/lib/libmd_psr.so.1
--------
(Mr.) NaoMASA MARUYAMA
The Institute of Statistical Mathematics