>> >Let see if I understand this "problem". You have both libtermcap and
>> >libncurses installed, fvwm chooses libtermcap to be used together with
>> >libreadline, and you don't like this.

        Sorry, I misread this question before.  That is *not* the problem.

        The problem is that "./configure ; make all" results in a build
failure.  Termcap is not available on this system, and ./configure
acted as if it was anyhow, because the absense of termcap is not
automatically detected.  I do not care whether this program uses ncurses
or termcap if both are available, but if only one is available, it should
automatically use that.

        After I applied my patch, the FvwmConsole program linked correctly
(with "-lreadline -lncurses" instead of "-lreadline -ltermcap"), and
installed without errors.  I will try to figure out how to use FvwmConsole
to attempt the other test you requested.

        I believe that ncurses can be configured to install a symlink
from /usr/lib/libtermcap.a to /usr/lib/ncurses.a, or at least that older
verions of ncurses could, and that this may have hidden the problem before.

Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
[EMAIL PROTECTED]     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to