Rodrigo Aceves wrote: > I've been trying to use the tgoto function, but I still can't figure > out how to use it. Anytime I try to compile it, appears something like > "undefined reference to tgoto". If anybody can help me, I would be very > pleased. tgoto is part of the ncurses library. You need to add -lncurses to the link command. -- Glynn Clements <[EMAIL PROTECTED]>
- tgoto function Rodrigo Aceves
- tgoto function Glynn Clements
- tgoto function Rodrigo Aceves
- Re: tgoto function Glynn Clements
- Re: tgoto function holotko