From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp v2.01 : another LD bug?? Date: Mon, 28 Oct 1996 11:59:27 +0100 Organization: TU Chemnitz-Zwickau Lines: 26 Message-ID: <3274920F.66D8@Mathematik.tu-chemnitz.de> References: <326FA363 DOT 1971 AT pobox DOT oleane DOT com> NNTP-Posting-Host: tantalus-e.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Francois Charton To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Francois Charton wrote: > > Everything looks like the .o format of _pmlite.o is "half compatible" > with DJGPP ! Alone, it works, in a .a file it does not... > The problems came from the fact, that this (probably also others of this lib) are not COFF object files, but aout object files. While porting the binutils we had the also the above problems. After adding the support for aout object files, I have tested it with this object file and it worked (for you also, as you wrote) but I have not tested it inside a lib. I think the best way you would be to the check anywhere if it is possible to get the files in COFF format because I don't know what happened if you have sevaral types of object files in one library. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************