From: "Marco Calcagno" Newsgroups: comp.os.msdos.djgpp Subject: link problems Date: Tue, 24 Nov 1998 09:35:57 +0100 Organization: TIN Lines: 11 Message-ID: <73dr62$p6l$1@nslave1.tin.it> NNTP-Posting-Host: a-ge15-31.tin.it X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I should like to use DJGPP LD (2.81. or later) to link my program based on djgpp+rsxntdj+winallegro because the RSXNTDJ patched linker create relocations with all the connected problems( i.e. "reloc overflow" in .text section ) If i try to link rsxntdj examples ( gui , thread .....) using such a linker all run OK, but linking the winallegro examples nothing work . What can i do to make them run correctly? Thanks a lot.