Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <36D1F5CB.D2ACD56A@clear.net.nz> Date: Tue, 23 Feb 1999 13:26:51 +1300 From: Julian Kinraid X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en-GB,en MIME-Version: 1.0 To: gnu-win32 mailing list Subject: Re: no acceptable ld References: <36D19CF9 DOT DC1A3047 AT i-france DOT com> <36D1DFBC DOT AB3CA02F AT uni-duesseldorf DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Stipe Tolj wrote: > > > i tried to compile CILK ( http://supertech.lcs.mit.edu/cilk/ ) > > and i got this error message: > > > > checking for ld used by GCC... no > > configure: error: no acceptable ld found in $PATH > > > > though ld.exe is in the bin directory, what can i do to solve this > > problem ? > > check out the configure script itself where the test is performed, i.e. > search for "checking for ld used by" and you may see that you'll need to > add Win32 path style to match certain conditions within the configure > script so ld is recognized. > > At least for some configure scripts this has been the problem for not > recognizing ld in my experience. I had the same problem, but if you just set the LD enviroment variable, you mightn't need to change the configure script - export LD=/cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe Just make sure the path is correct. -- Julian Kinraid -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com