Date: Mon, 20 Mar 2000 22:51:41 +0500 Message-Id: <200003201751.WAA01204@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com Subject: Problem with cross compiler Reply-To: djgpp AT delorie DOT com I managed to build the cross-compiler for DJGPP using gcc-2.95.2.tar.gz and binutils-2.9.1.tar.gz files. With quite a bit of changes to the makefile in djcrx203.zip, I finally managed to install it in /home/tr/bin. Now, whenever I try to compile a program, I get the message "ld: cannot open Linker script djgpp.djl". I have this file in /home/tr/bin where xgcc is present but the compiler refuses to look into this path. The same appears even with crt1.o, i.e. it refuses to find this file unless it appears in the same directory as the C program which I'm trying to compile. Does anyone know why this is happening? Thanks in advance.