Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2001:
[Freeciv-Dev] Re: (readline) 7 patches to freeciv-1.11.4 (3rd try)
Home

[Freeciv-Dev] Re: (readline) 7 patches to freeciv-1.11.4 (3rd try)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Chris Chittleborough <cchittleborough@xxxxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (readline) 7 patches to freeciv-1.11.4 (3rd try)
From: Thue <thue@xxxxxxx>
Date: Sun, 25 Feb 2001 23:48:47 +0100

On linking ncurses with readline V4: on my system (debian) this isn't 
neccesary as you can set up the dependencies when installing readline:

bash-2.04$ ldd /usr/lib/libreadline.so 
        libncurses.so.5 => /lib/libncurses.so.5 (0x4002c000)
        libc.so.6 => /lib/libc.so.6 (0x4006a000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
bash-2.04$

I still don't know if it is to be considered a bug that some distributions 
fail to do this. If it is a bug in those distributions I would rather file a 
bug against them.
You have to link against ncurses here and now on linux, but for other 
readline versions and others OS'es it can be all sorts of things. Way to much 
for us to keep track of.

-Thue



[Prev in Thread] Current Thread [Next in Thread]