![]() |
programming with ncurses
I have to write a program with ncurses
Code:
#include <ncurses.h>/tmp/ccJ7KVwh.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status reasons??? can u please help. I thank you in advance. to compile I use this: - gcc test2.cpp -lncurses |
Re: programming with ncurses
Whats that ur using is it in console??
try compiling using g++ -oobjectname filename.cpp -lncurses This is how i used in fedora to compile c++ Ncurses Cheers! |
| All times are GMT +5.5. The time now is 17:41. |