This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/37612] libgcc/configure (as script)fail with "line 77 exec : : not found."
- From: "brian at dessent dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Sep 2008 11:15:14 -0000
- Subject: [Bug c/37612] libgcc/configure (as script)fail with "line 77 exec : : not found."
- References: <bug-37612-16717@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from brian at dessent dot net 2008-09-22 11:15 -------
Subject: Re: New: libgcc/configure (as script)fail with "line 77
exec : : not found."
The error means you don't have a cross-assembler installed correctly
prior to configuring gcc. gcc is just a compiler, you need the
assembler and linker from elsewhere (normally binutils.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37612