Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!munnari.oz.au!cs.mu.oz.au!ok From: ok@cs.mu.oz.au (Richard O'Keefe) Newsgroups: comp.unix.questions Subject: Re: how is tgetent defined? Message-ID: <2510@munnari.oz.au> Date: 24 Oct 89 09:58:22 GMT References: <948@wubios.wustl.edu> Sender: news@cs.mu.oz.au Lines: 5 In article <948@wubios.wustl.edu>, david@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