From: kei AT uxmail DOT ust DOT hk (Kei) Newsgroups: comp.os.msdos.djgpp Subject: compile dos program problem Date: 20 May 1997 10:24:32 GMT Organization: Wilbur WorkShop Lines: 17 Message-ID: <5lru50$2sr@ustsu10.ust.hk> NNTP-Posting-Host: uststu3.ust.hk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk After installed DJGPP and RSXNTDJ, I have no problem in compiling windows program. But, when I compile a dos program, say, a sample in grx20, the following error resulted: e:/djgpp/lib\crt0.o(.text+0x1194):crt0.s: reloc refers to symbol `bss' which is not being output e:/djgpp/lib\crt0.o(.text+0x119b):crt0.s: reloc refers to symbol `bss' which is not being output e:/djgpp/lib\crt0.o(.text+0x11aa):crt0.s: reloc refers to symbol `data' which is not being output And of course, I failed to compile that dos program. Do any step I missed in installation? Thanks in advanced. Waikei