From: Steffen DOT Blume AT t-online DOT de (Steffen Blume) Newsgroups: comp.os.msdos.djgpp Subject: can't compile programs with grx23 Date: Wed, 12 May 1999 16:58:47 +0200 Message-ID: <37399726.CC1F20DB@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news05.btx.dtag.de 926520952 29472 05723917845-0001 990512 14:55:52 X-Complaints-To: abuse AT t-online DOT de X-Sender: 05723917845-0001 AT t-online DOT de X-Mailer: Mozilla 4.07 [de]C-QXW0310J (Win95; I) Lines: 48 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! When compiling a program using grx, I get following messages: (little excerpt) c:/sprachen/djgpp/lib/libc.a(fsext.o)(.text+0xa37e):fsext.c: reloc refers to sym bol `bss' which is not being output c:/sprachen/djgpp/lib/libc.a(fsext.o)(.text+0xa3a6):fsext.c: reloc refers to sym bol `bss' which is not being output c:/sprachen/djgpp/lib/libc.a(fsext.o)(.text+0xa3d2):fsext.c: reloc refers to sym bol `bss' which is not being output c:/sprachen/djgpp/lib/libc.a(fsext.o)(.text+0xa3dd):fsext.c: reloc refers to sym bol `bss' which is not being output c:/sprachen/djgpp/lib/libc.a(doserr2e.o)(.text+0xa436):doserr2e.c: reloc refers to symbol `data' which is not being output c:/sprachen/djgpp/lib/libc.a(putpath.o)(.text+0xa81b):putpath.c: reloc refers to symbol `text' which is not being output c:/sprachen/djgpp/lib/libc.a(putpath.o)(.text+0xa834):putpath.c: reloc refers to symbol `text' which is not being output c:/sprachen/djgpp/lib/libc.a(putpath.o)(.text+0xa84a):putpath.c: reloc refers to symbol `text' which is not being output c:/sprachen/djgpp/lib/libc.a(putpath.o)(.text+0xa858):putpath.c: reloc refers to symbol `text' which is not being output c:/sprachen/djgpp/lib/libc.a(putpath.o)(.text+0xa86b):putpath.c: reloc refers to symbol `text' which is not being output c:/sprachen/djgpp/lib/libc.a(lconv.o)(.text+0xaafe):lconv.c: reloc refers to sym bol `data' which is not being output c:/sprachen/djgpp/lib/libc.a(lconv.o)(.data+0xda28):lconv.c: reloc refers to sym bol `data' which is not being output Only the symbols 'text', 'data' and 'bss' are mentioned. Hope sombody can help me. Thanks in advance. Steffen Blume