[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ncurses 5.2 installation
From: |
Thomas Dickey |
Subject: |
Re: Ncurses 5.2 installation |
Date: |
Tue, 4 Feb 2003 17:15:12 -0500 |
User-agent: |
Mutt/1.3.27i |
On Tue, Feb 04, 2003 at 06:25:30PM +0100, Jose Luis Rico Botella wrote:
> Hello:
>
> I have compiled and installed ncurses 5.2 library on my Solaris 8 Sparc.
> This version is compiled with 32 bits code with gnu gcc 3.1 compiler. I
> would like to compile with 64 bits, and it has the libraries on my home
> directory, but it is installed on /usr/lib directory.
something like (untested, but observing that Sun puts 64-bit stuff in
a subdirectory ;-)
setenv CFLAGS=-64
configure --prefix=/usr --libdir=/usr/lib/64 --disable-overwrite
(if you don't use --disable-overwrite, you will damage your Solaris install)
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net