Date: Mon, 24 Jan 2000 09:19:49 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: sam cc: djgpp AT delorie DOT com Subject: Re: creating libraries how? In-Reply-To: <388B06EA.D02633F@connection.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 23 Jan 2000, sam wrote: > Now I create library with: > d:\djgpp\applib\>ar -rs libtl.a tlfunc.cc This is wrong: you should have used tlfunc.o, not tlfunc.cc.