Date: Thu, 12 Jun 1997 18:45:13 +0300 (IDT) From: Eli Zaretskii To: Peter Milliken cc: djgpp AT delorie DOT com Subject: Re: Help building Libc from source In-Reply-To: <339F72C3.28DA@zip.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 12 Jun 1997, Peter Milliken wrote: > I am trying to debug a problem with cp, bash(b9) and my network > configuration (BTW, cp works fine with 4DOS and cp :-)). I have gotten > down to the problem possibly being in the open call to open the > destination file. But when I unzip djlsr201 and try and compile the > source for libc I get an assembly error in the longjump.s file. I have > downloaded the following (minimal) subset and get the same problem: Don't try to recompile the entire library, it's unnecessary and will get you off track. Just unzip the sources for those functions that you need to debug, edit them to add whatever you need, then compile and put them into your library and relink your program.