Re: Compiling ncurse for Solaris
Hi Francois,
On Thu, 30 Aug 2001, Francois Fayard wrote:
> Hi,
>
> I would like to compile mutt under Solaris.
> For the time being I have gcc,make,automake,autoconf,m4,binutils,gdb compiled
> for Solaris.
>
> Then I've compiled ncurse with the ./configure options :
> ./configure --prefix=my_dir
> --with-shared \
> --with-profile \
> --disable-rpath --enable-echo --enable-overwrite \
> --enable-const
> That I've found in the source code provided by Debian
Did you compile ncurses on your Debian box with the same options?
> Then I've compiled mutt with the ./configure options :
> ./configure --prefix=my_dir --with-curses=my_dir/lib
>
> Then mutt runs perfectly, but with no colors
> A ldd `which mutt` gives :
> libc.so.1 => /usr/lib/libc.so.1
> libdl.so.1 => /usr/lib/libdl.so.1
Executing this command on my solaris box here, I get the following:
libncurses.so.5
libssl.so.0
libcrypto.so.0
libsocket.so.1
libc.so.1
libnsl.so.1
libdl.so.1
libmp.so.2
But -- I didn't do the configuration here, so I can't tell you anything
about it.
HTH,
Chaney
Reply to: