pancho_hideboo
Advanced Member level 5
- Joined
- Oct 21, 2006
- Messages
- 2,847
- Helped
- 767
- Reputation
- 1,536
- Reaction score
- 733
- Trophy points
- 1,393
- Location
- Real Homeless
- Activity points
- 17,490
I failed in building g++ program.
Is there any lack for library ?
Code:
g++ -o hoge hoge.o .... -lm -lncurses -lreadline -lhistory
Code:
hoge.o:hoge.cc:(.text+0x181): undefined reference to `_LINES'
hoge.o:hoge.cc:(.text+0x18f): undefined reference to `_COLS'
hoge.o:hoge.cc:(.text+0x199): undefined reference to `_TABSIZE'
hoge.o:hoge.cc:(.text+0x2418): undefined reference to `_stdscr'
hoge.o:hoge.cc:(.text+0x37e6): undefined reference to `_COLS'
hoge.o:hoge.cc:(.text+0x37ec): undefined reference to `_LINES'
hoge.o:hoge.cc:(.text+0x3805): undefined reference to `_TABSIZE'
hoge.o:hoge.cc:(.text+0x3858): undefined reference to `_ESCDELAY'
hoge.o:hoge.cc:(.text+0x3980): undefined reference to `_stdscr'
Is there any lack for library ?