Date: Sun, 8 Nov 1998 11:59:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Issues making and using libs In-Reply-To: <3641d66f.8579548@news.cis.yale.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 5 Nov 1998, Mapson wrote: > But I am beginning to wonder if my original method wasn't simply more > reliable, because the libs have their own strange occasional wierd > warnings that I hadn't seen before. Like, warnings about my serial > port stuff when a particular program had absolutely no serial port > calls- whereas other programs with and without serial port calls give > no errors. (possibly order of linking problems???). I would guess these indicate some subtle bugs in your code that you should debug, rather than reliability problems with libraries. After all, you use libc.a, which is an example of such a library, all the time, right?