Date: Sun, 24 Jan 1999 11:03:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Roberto cc: djgpp AT delorie DOT com Subject: Re: create library In-Reply-To: <36AA1592.DC30F7EF@ctonline.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 23 Jan 1999, Roberto wrote: > > > : I typed in this way : > > > : nasm -f coff sb.asm > > > : ar rvs libsb.a sb.o > > > : then i copy the libfile in \DJGPP\LIB > > > : when i try to compile with RHIDE the compiler show this error : > > > : | /djgpp/lib/libsb.a Could not read symbols: Archive has not > > > : index; | run ranlib to add one How exactly did you copy it? What was the command you typed for that? If you used the COPY command, try adding the /B switch.