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