X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 21 Jan 2002 10:34:30 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: termcap warning: type of symbol `_ospeed' changed from 14 to 3 Message-ID: <20020121103430.D13922@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Reply-To: djgpp-workers AT delorie DOT com Both Mark E's termcap lib and the GNU termcap-1.3 give the same warning when I link them with my djgpp port of elvis: tcap093: Warning: type of symbol `_ospeed' changed from 14 to 3 in tputs.o GNU termcap-1.3: Warning: type of symbol `_ospeed' changed from 14 to 3 in termcap.o Problem is that I can't find any context relating `14' and `_ospeed'. Could anyone (i) explain what does this message mean, and (ii) suggest where I might fix the code to avoid it? TIA/jtw