public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* error: no acceptable ld found in $PATH
@ 1999-12-04  7:51 Martin Weber
  1999-12-04 11:08 ` Mumit Khan
  1999-12-31 13:28 ` Martin Weber
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Weber @ 1999-12-04  7:51 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Now the problem with starting scripts without sh is solved. But there is
an other problem. I tried do start ./configure form ImageMagick 5.1.
Here is the result eventhough I can manually call ld without a problem.
checking for ld used by GCC... no
configure: error: no acceptable ld found in $PATH

Martin
config.log
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


[-- Attachment #2: config.log --]
[-- Type: text/x-c, Size: 2786 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:610: checking host system type
configure:651: checking target system type
configure:691: checking build system type
configure:758: checking whether build environment is sane
configure:813: checking for a BSD compatible install
configure:889: checking whether make sets ${MAKE}
configure:928: checking for working aclocal
configure:941: checking for working autoconf
configure:954: checking for working automake
configure:967: checking for working autoheader
configure:980: checking for working makeinfo
configure:1004: checking for gcc
configure:1117: checking whether the C compiler (gcc -O  ) works
configure:1133: gcc -o conftest -O   conftest.c  1>&5
configure:1159: checking whether the C compiler (gcc -O  ) is a cross-compiler
configure:1164: checking whether we are using GNU C
configure:1173: gcc -E conftest.c
configure:1192: checking whether gcc accepts -g
configure:1224: checking how to run the C preprocessor
configure:1245: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1307: checking for gcc option to accept ANSI C
configure:1360: gcc  -c -O  conftest.c 1>&5
configure:1395: checking for a BSD compatible install
configure:1452: checking whether make sets ${MAKE}
configure:1479: checking whether ln -s works
configure:1503: checking whether large file support needs explicit enabling
configure:1535: checking for Cygwin environment
configure:1551: gcc -c -O  conftest.c 1>&5
configure: In function `main':
configure:1547: `__CYGWIN32__' undeclared (first use in this function)
configure:1547: (Each undeclared identifier is reported only once
configure:1547: for each function it appears in.)
configure: failed program was:
#line 1540 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1567: checking for mingw32 environment
configure:1579: gcc -c -O  conftest.c 1>&5
configure:1595: checking for EMX OS/2 environment
configure:1607: gcc -c -O  conftest.c 1>&5
configure: In function `main':
configure:1603: `__EMX__' undeclared (first use in this function)
configure:1603: (Each undeclared identifier is reported only once
configure:1603: for each function it appears in.)
configure: failed program was:
#line 1600 "configure"
#include "confdefs.h"

int main() {
return __EMX__;
; return 0; }
configure:1626: checking for executable suffix
configure:1657: checking for object suffix
configure:1663: gcc -c -O  conftest.c 1>&5
configure:1681: checking for mingw32 environment
configure:1785: checking for ranlib
configure:1824: checking for ld used by GCC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error: no acceptable ld found in $PATH
  1999-12-04  7:51 error: no acceptable ld found in $PATH Martin Weber
@ 1999-12-04 11:08 ` Mumit Khan
  1999-12-31 13:28   ` Mumit Khan
  1999-12-31 13:28 ` Martin Weber
  1 sibling, 1 reply; 4+ messages in thread
From: Mumit Khan @ 1999-12-04 11:08 UTC (permalink / raw)
  To: Martin Weber; +Cc: cygwin

Martin Weber <martweb@gmx.net> writes:
> --------------5A595952742BE6B574027AFA
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Now the problem with starting scripts without sh is solved. But there is
> an other problem. I tried do start ./configure form ImageMagick 5.1.
> Here is the result eventhough I can manually call ld without a problem.
> checking for ld used by GCC... no
> configure: error: no acceptable ld found in $PATH

Most of these questions have been dealt with in this list already, so
a search should produce the answer. Please do use the mailing list
archives.

This bug has been fixed in newer gcc releases, and you should definitely
upgrade to gcc-2.95.2 instead of using the original b20.1 compiler. See
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/

  $ LD=/Cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe ./configure ...

If you don't have /bin/sh.exe, then see my previous post:

  $ LD=/Cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe CONFIG_SHELL=bash \
    bash ./configure ....

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* error: no acceptable ld found in $PATH
  1999-12-04  7:51 error: no acceptable ld found in $PATH Martin Weber
  1999-12-04 11:08 ` Mumit Khan
@ 1999-12-31 13:28 ` Martin Weber
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Weber @ 1999-12-31 13:28 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Now the problem with starting scripts without sh is solved. But there is
an other problem. I tried do start ./configure form ImageMagick 5.1.
Here is the result eventhough I can manually call ld without a problem.
checking for ld used by GCC... no
configure: error: no acceptable ld found in $PATH

Martin
config.log
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


[-- Attachment #2: config.log --]
[-- Type: text/x-c, Size: 2786 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:610: checking host system type
configure:651: checking target system type
configure:691: checking build system type
configure:758: checking whether build environment is sane
configure:813: checking for a BSD compatible install
configure:889: checking whether make sets ${MAKE}
configure:928: checking for working aclocal
configure:941: checking for working autoconf
configure:954: checking for working automake
configure:967: checking for working autoheader
configure:980: checking for working makeinfo
configure:1004: checking for gcc
configure:1117: checking whether the C compiler (gcc -O  ) works
configure:1133: gcc -o conftest -O   conftest.c  1>&5
configure:1159: checking whether the C compiler (gcc -O  ) is a cross-compiler
configure:1164: checking whether we are using GNU C
configure:1173: gcc -E conftest.c
configure:1192: checking whether gcc accepts -g
configure:1224: checking how to run the C preprocessor
configure:1245: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1307: checking for gcc option to accept ANSI C
configure:1360: gcc  -c -O  conftest.c 1>&5
configure:1395: checking for a BSD compatible install
configure:1452: checking whether make sets ${MAKE}
configure:1479: checking whether ln -s works
configure:1503: checking whether large file support needs explicit enabling
configure:1535: checking for Cygwin environment
configure:1551: gcc -c -O  conftest.c 1>&5
configure: In function `main':
configure:1547: `__CYGWIN32__' undeclared (first use in this function)
configure:1547: (Each undeclared identifier is reported only once
configure:1547: for each function it appears in.)
configure: failed program was:
#line 1540 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1567: checking for mingw32 environment
configure:1579: gcc -c -O  conftest.c 1>&5
configure:1595: checking for EMX OS/2 environment
configure:1607: gcc -c -O  conftest.c 1>&5
configure: In function `main':
configure:1603: `__EMX__' undeclared (first use in this function)
configure:1603: (Each undeclared identifier is reported only once
configure:1603: for each function it appears in.)
configure: failed program was:
#line 1600 "configure"
#include "confdefs.h"

int main() {
return __EMX__;
; return 0; }
configure:1626: checking for executable suffix
configure:1657: checking for object suffix
configure:1663: gcc -c -O  conftest.c 1>&5
configure:1681: checking for mingw32 environment
configure:1785: checking for ranlib
configure:1824: checking for ld used by GCC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error: no acceptable ld found in $PATH
  1999-12-04 11:08 ` Mumit Khan
@ 1999-12-31 13:28   ` Mumit Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Mumit Khan @ 1999-12-31 13:28 UTC (permalink / raw)
  To: Martin Weber; +Cc: cygwin

Martin Weber <martweb@gmx.net> writes:
> --------------5A595952742BE6B574027AFA
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Now the problem with starting scripts without sh is solved. But there is
> an other problem. I tried do start ./configure form ImageMagick 5.1.
> Here is the result eventhough I can manually call ld without a problem.
> checking for ld used by GCC... no
> configure: error: no acceptable ld found in $PATH

Most of these questions have been dealt with in this list already, so
a search should produce the answer. Please do use the mailing list
archives.

This bug has been fixed in newer gcc releases, and you should definitely
upgrade to gcc-2.95.2 instead of using the original b20.1 compiler. See
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/

  $ LD=/Cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe ./configure ...

If you don't have /bin/sh.exe, then see my previous post:

  $ LD=/Cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe CONFIG_SHELL=bash \
    bash ./configure ....

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-04  7:51 error: no acceptable ld found in $PATH Martin Weber
1999-12-04 11:08 ` Mumit Khan
1999-12-31 13:28   ` Mumit Khan
1999-12-31 13:28 ` Martin Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).