Date: Sun, 8 Nov 1998 12:33:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Marco Calcagno cc: djgpp AT delorie DOT com Subject: Re: HELP rsxntdj In-Reply-To: <71vq7b$qj1$1@nslave1.tin.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 6 Nov 1998, Marco Calcagno wrote: > In order to avoid the message ".text: reloc overflow " when linking with > rsxntdj "LD" my big program i tried the following attempt: > -linking with --strip-debug option > -rebuild rsxntdj link on top of bnu.2.9.1 > -linking with "- -split-by-reloc 65535" option Did you try to compile *all* the source files with -O2 and without -g?