This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
- From: "sherpya at netfarm dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2005 08:09:22 -0000
- Subject: [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
- References: <bug-24382-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from sherpya at netfarm dot it 2005-12-11 08:09 -------
looking at gcc/Makefile
ORIGINAL_LD_FOR_TARGET =
./j:/mingw/bin/../lib/gcc/mingw32/4.0.2/../../../../mingw32/bin/ld.exe
ORIGINAL_NM_FOR_TARGET = /mingw/bin/nm
so LD path takes a : that interfers with make,
on gcc 402 it works fine, so I think the problem is how configure finds the
path of ld, somehow changed
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382