Re: autoreconf: g++ compiler options in configure.ac
- From: Markus Kossmann <mkossmann_n1@xxxxxx>
- Date: Sat, 22 Mar 2008 19:49:54 +0100
Mark Hobley wrote:
The problem here is , that you don't link with libncurses (-lncurses) which
Finally, comes the linking of the executable:
g++ -Ddebian -D_GNU_SOURCE -DUSE_TERMIO -DKLUDGELINEMODE -fno-rtti
-fno-exceptions -Wall -Wno-trigraphs -g -O2 -o telnet telnet.o main.o
commands.o tn3270.o terminal.o authenc.o utilities.o network.o ring.o
sys_bsd.o genget.o environ.o netlink.o
telnet.o: In function `my_setupterm':
../../src/telnet.cc:612: undefined reference to `tgetent'
collect2: ld returned 1 exit status
provides tgetent.
.
- 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
- autoreconf: g++ compiler options in configure.ac
- Prev by Date: A few places left at Embedded Linux Workshop
- 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
|