how is tgetent defined?

Richard O'Keefe ok at cs.mu.oz.au
Tue Oct 24 19:58:22 AEST 1989


In article <948 at wubios.wustl.edu>, david at wubios.wustl.edu (David J. Camp) writes:
> cc -ltermcap -o gdc -O gdc.c -lcurses
     ^^^^^^^^^
Libraries should come *after* all the modules that use them.  Write
	cc -o gdc -O gdc.c -lcurses -ltermcap



More information about the Comp.unix.questions mailing list