how is tgetent defined?

jim frost madd at world.std.com
Wed Oct 25 04:37:17 AEST 1989


In article <948 at wubios.wustl.edu> david at wubios.UUCP (David J. Camp) writes:
|cc -ltermcap -o gdc -O gdc.c -lcurses
|ld: Undefined symbol 
|   _tgetent 
[etc]

Order of the libraries on the command line is important.  Use:

	cc -o gdc -O gdc.c -lcurses -ltermcap

jim frost
software tool & die
madd at std.com



More information about the Comp.unix.questions mailing list