Re: autoreconf: g++ compiler options in configure.ac



Guido Scholz <guido.scholz@xxxxxxxxxxxxx> wrote:

Check if there are these header files included in "src/telnet.cc":

#include <curses.h>

There is no include for curses.h. Maybe this is due to ncurses being
used.

#include <term.h>

This is conditionally included. I don't know the state of the
USE_NCURSES flag:

#ifdef USE_NCURSES
#include <term.h>
#endif

Incidentally, if I manually issue the command:

g++ commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o
tn3270.o utilities.o genget.o environ.o netlink.o -lncurses -o telnet

The telnet client builds OK.

I need to somehow prevent the compiler switches from being included in
the last g++ command in the makefile.

Regards,

Mark.

--
Mark Hobley,
393 Quinton Road West,
Quinton, BIRMINGHAM.
B32 1QE.
.



Relevant Pages

  • BBS Terminal Detection Strings or Something...
    ... Also note, I blindly set the telnet client to Full Duplex, in reality there ... Now Im finding out how to construct an IAC command. ... Leaving only BBS ... buffer for a response from the client, ...
    (comp.sys.cbm)
  • Re: [opensuse] Re: SOLVED Re: Help - tmp full
    ... ncdu is an ncurses version of the famous ... Not sure what ncurses are. ... I did find the du command and have it put in my blackberry commands ... The first Star Wars movie came out about 32 years ago. ...
    (SuSE)
  • Re: [opensuse] Re: SOLVED Re: Help - tmp full
    ... ncdu is an ncurses version of the famous ... it's Windows equivalent WinDirStat) to find disk space usage. ... Not sure what ncurses are. ... I did find the du command and have it put in my blackberry commands ...
    (SuSE)
  • Re: Createprocess slows console application... Please help!
    ... > slowly than created from command line (slow keyboard buffer) At first, ... So instead of _controlling_ a Telnet client, ...
    (comp.lang.pascal.delphi.misc)
  • Re: send command in telnet without typing a command
    ... > How to telnet to one server and then send a command without typing a ... Do you want telnet client with batch processing? ...
    (microsoft.public.dotnet.languages.vc)