Message-ID: <00ca01bf31db$4c3984a0$23f838ca@home-computer> From: "prashant_tr" To: "Michael Abbott aka frEk" <20014670 AT snetch DOT cpg DOT com DOT au> Cc: Subject: Re: difference between libraries and headers Date: Thu, 18 Nov 1999 21:05:50 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com -----Original Message----- From: Michael Abbott aka frEk <20014670 AT snetch DOT cpg DOT com DOT au> >Heya > >Well, on the same point, what about libraries that call other libraries? You need to link the other libraries as well when you build your program. That's all. Normally, if you write your own library, it would make use of other libraries as well, ex: the libc.