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: <000a01be5ece$242040c0$3768d1d0@hunda> From: "Suhaib M. Siddiqi" To: "Stipe Tolj" , "Alex" Cc: "gnu-win32 mailing list" Subject: Re: no acceptable ld Date: Mon, 22 Feb 1999 20:44:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 This problem also occurs with LessTif and many other codes. It is because Cygwin has a different style. I usually search the configure script for something like "LD="$...." and replace all those occurances with LD="/usr/cygwin-b20/H-i586-cywgin32/bin/ld.exe" This hard codes the ld.exe path and also include at your ./configure --with-gnu-ld if this option is available (check with ./configure --help). Hard coding ld.exe path in configure script always has worked at least in my hands. -----Original Message----- From: Stipe Tolj To: Alex Cc: gnu-win32 mailing list Date: Monday, February 22, 1999 5:59 PM Subject: Re: no acceptable ld >> 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. > >Hope this helps. > >Regards, >Stipe > >-- >Stipe Tolj > >Cygwin Porting Project -- "We build UNIX on top of Windows" >http://www.student.uni-koeln.de/cygwin/ > >Department of Economical Computer Science >University of Cologne, Germany > > > > >-- >Want to unsubscribe from this list? >Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com