From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: Some other fileformat as COFF Date: Sat, 16 Sep 2000 13:07:45 GMT Organization: always disorganized Lines: 22 Message-ID: <39c3709f.16926431@news.freeserve.net> References: NNTP-Posting-Host: modem-201.blue-jaw-tilefish.dialup.pol.co.uk X-Trace: news8.svr.pol.co.uk 969109665 14377 62.136.236.201 (16 Sep 2000 13:07:45 GMT) NNTP-Posting-Date: 16 Sep 2000 13:07:45 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.