Sender: M DOT A DOT Bukin AT inp DOT nsk DOT su To: djgpp AT delorie DOT com Subject: Re: Guile again, and "no accepatable ld.." References: <68rj7d$826 AT hacgate2 DOT hac DOT com> Reply-To: M DOT A DOT Bukin AT inp DOT nsk DOT su From: M DOT A DOT Bukin AT inp DOT nsk DOT su Date: 06 Jan 1998 08:09:22 +0600 In-Reply-To: jrvelman@mail.hac.com's message of 5 Jan 1998 21:27:09 GMT Message-Id: <20yb0uqrot.fsf@Sky.inp.nsk.su> Lines: 17 Precedence: bulk jrvelman AT mail DOT hac DOT com (John Velman) writes: > "checking for ld used by the C compiler (gcc -g -O2)... no" > > and on stderr: "no acceptable ld is found in $PATH." Try to copy ld.exe into ld (without extension). Or make a "link" (I think, you will need fileutils for this): ln -s ld.exe newld.exe mv newld.exe ld > Anyone have any idea what is happening? Of course, ld.exe is right > there in my DJGPP/bin file. Just a guess. I think, it tries to find `ld' (not `ld.exe') by appending it to directories in your PATH and looking for resulting file.