Message-ID: <318B0543.1041@public1.guangzhou.gd.cn> Date: Sat, 04 May 1996 16:20:35 +0900 From: Wang TianXing Organization: No Organization MIME-Version: 1.0 To: nate CC: djgpp AT delorie DOT com Subject: Re: gxx bug? binary files References: Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit nate wrote: > I've done this, and rebuilt libiostr.a - what to do now? I tried to test > it by putting libiostr in the DJGPP\LIB directory (where the original > was, just overwriting it) and then i compiled the example program, same > (wrong) output as before. So, to make sure that it was reading the lib > files, I deleted them entirely (made a backup first) and tried to compile > again (expecting an error message) and it compiled without any problems, > still giving the wrong output! what's going on!? Where does it read the > lib files from? I would imagine DJGPP\LIB ?? > > strange. It might be reading the lib files from libgpp.a, libiostr.a, or libstdcx.a. All of them contain filebuf.o. So, you have to update all the three libs. I don't know why there are that many of copies of filebuf.o. Regards, Wang TianXing