From: "Riox92" Newsgroups: comp.os.msdos.djgpp References: <39c3709f DOT 16926431 AT news DOT freeserve DOT net> Subject: Re: Some other fileformat as COFF Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Sat, 16 Sep 2000 17:52:32 GMT NNTP-Posting-Host: 213.51.72.195 X-Complaints-To: abuse AT home DOT nl X-Trace: zwoll1.home.nl 969126752 213.51.72.195 (Sat, 16 Sep 2000 19:52:32 MET DST) NNTP-Posting-Date: Sat, 16 Sep 2000 19:52:32 MET DST Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ill see what i can do, bcause some of my sources are big. Ill try to write something small that i can post. Riox92 "Steamer" schreef in bericht news:39c3709f DOT 16926431 AT news DOT freeserve DOT net... > Riox92 wrote: > > > Im working with djgpp and try to compile with nasm sources (draw routines) > > > > But the only file format i can get to work is coff. > > That's the only one that's supposed to work with DJGPP. > > > Problem : If i use a label in the asm-source i get the error : Coff file > > format cant rellocate 32bit. > > Can you give a small example of an asm source file that shows this > problem? > > > Is it possible to use data labels in a coff file ? and if yes (i hope so) > > then how can i do that. > > You don't need to do anything special for labels to work. > If you post an example, then we should be able to see what you're > doing wrong. > > S.