Re: autoreconf: g++ compiler options in configure.ac
- From: markhobley@xxxxxxxxxxxxxxxxxxxxxxxxxxx (Mark Hobley)
- Date: Sat, 22 Mar 2008 21:08:03 GMT
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.
.
- Follow-Ups:
- Re: autoreconf: g++ compiler options in configure.ac
- From: Guido Scholz
- Re: autoreconf: g++ compiler options in configure.ac
- References:
- autoreconf: g++ compiler options in configure.ac
- From: Mark Hobley
- Re: autoreconf: g++ compiler options in configure.ac
- From: Guido Scholz
- Re: autoreconf: g++ compiler options in configure.ac
- From: Mark Hobley
- Re: autoreconf: g++ compiler options in configure.ac
- From: Guido Scholz
- autoreconf: g++ compiler options in configure.ac
- Prev by Date: Re: autoreconf: g++ compiler options in configure.ac
- Next by Date: Re: autoreconf: g++ compiler options in configure.ac
- Previous by thread: Re: autoreconf: g++ compiler options in configure.ac
- Next by thread: Re: autoreconf: g++ compiler options in configure.ac
- Index(es):
Relevant Pages
|