Message-ID: <34B2A32C.54E106A0@gmx.net> Date: Tue, 06 Jan 1998 22:33:32 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: Eli Zaretskii CC: John Velman , djgpp AT delorie DOT com Subject: Re: Guile again, and "no accepatable ld.." References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Eli Zaretskii wrote : > > You need to change all places where the script looks for an executable > using something like "test -f foo" with "test -x foo". The DJGPP port > of Bash will then look for foo.exe (and other executable suffixes) as > well as just for foo. If you are using the DJGPP port of autoconf 2.12 then simply rerun autoconf on the configure.int and it will do it. An other alternative would be probably to set the variable LD _before_ running the configure script. Example: export LD=ld ./configure Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************