X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 17 Jan 2002 13:07:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Maurizio cc: djgpp AT delorie DOT com Subject: Re: rsxntdj trouble! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 16 Jan 2002, Maurizio wrote: > D:\azienda\Linguaggi\djgpp\rsxntdj\sample\gui\commctl>make > gcc -Zwin32 -c -Wall -O2 bar.c > gcc -Zwin32 -o bar.exe bar.o > D:\AZIENDA\LINGUA~1\DJGPP\BIN/ld.exe: cannot open linker script file > /rsxntdj/lib/rsxnt.djl: No such file or directory (ENOENT) > make.exe: *** [bar.exe] Error 1 > > what's the matter??? It looks like that's the wrong linker: you should be running the one from RSXNTDJ's directory. In addition, it sounds like your RSXNT variable is not set correctly: see that the linker tries to look for rsxnt.djl in the root directory?