public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/24382]  New: ORIGINAL_LD_FOR_TARGET has bizarre value
@ 2005-10-15 11:42 fxcoudert at gcc dot gnu dot org
  2005-10-17  6:59 ` [Bug bootstrap/24382] " bonzini at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-10-15 11:42 UTC (permalink / raw)
  To: gcc-bugs

Configuring a native mingw32 compiler without specifying --with-ld leads to the
following in $(build)/gcc/Makefile:

ORIGINAL_LD_FOR_TARGET =
./c:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../mingw32/bin/ld.exe

which make doesn't interpret correctly in the stamp-collect-ld rule, leading to
this error:

Makefile:1277: *** target pattern contains no `%'.  Stop.

This happened with a compiler simply configured with
../gcc/configure --prefix=/mingw --enable-languages=c,fortran


-- 
           Summary: ORIGINAL_LD_FOR_TARGET has bizarre value
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
@ 2005-10-17  6:59 ` bonzini at gcc dot gnu dot org
  2005-10-17  7:07 ` fxcoudert at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-10-17  6:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bonzini at gcc dot gnu dot org  2005-10-17 06:59 -------
Since when?  I can't make sense of this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
  2005-10-17  6:59 ` [Bug bootstrap/24382] " bonzini at gcc dot gnu dot org
@ 2005-10-17  7:07 ` fxcoudert at gcc dot gnu dot org
  2005-12-11  8:09 ` sherpya at netfarm dot it
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-10-17  7:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2005-10-17 07:07 -------
I don't know when it appeared, since I only make monthly builds on mingw32. I
think it wasn't there on 2005-09-02, but that's all I can say.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
  2005-10-17  6:59 ` [Bug bootstrap/24382] " bonzini at gcc dot gnu dot org
  2005-10-17  7:07 ` fxcoudert at gcc dot gnu dot org
@ 2005-12-11  8:09 ` sherpya at netfarm dot it
  2005-12-11 20:41 ` sherpya at netfarm dot it
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sherpya at netfarm dot it @ 2005-12-11  8:09 UTC (permalink / raw)
  To: gcc-bugs



------- 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


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-11  8:09 ` sherpya at netfarm dot it
@ 2005-12-11 20:41 ` sherpya at netfarm dot it
  2006-03-08  9:29 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sherpya at netfarm dot it @ 2005-12-11 20:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sherpya at netfarm dot it  2005-12-11 20:41 -------
My latest build unaffected from this bug is 4.1.0 cvs 20051013 (now I've
switched to svn), anyway fixing the ld path compiles fine.


-- 

sherpya at netfarm dot it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sherpya at netfarm dot it


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-12-11 20:41 ` sherpya at netfarm dot it
@ 2006-03-08  9:29 ` fxcoudert at gcc dot gnu dot org
  2006-03-08 11:40 ` rmathew at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-03-08  9:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2006-03-08 09:29 -------
Confirmed on gcc mailing-list.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-08 09:29:10
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-03-08  9:29 ` fxcoudert at gcc dot gnu dot org
@ 2006-03-08 11:40 ` rmathew at gcc dot gnu dot org
  2008-02-05 12:04 ` fxcoudert at gcc dot gnu dot org
  2009-05-13 19:48 ` fxcoudert at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2006-03-08 11:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rmathew at gcc dot gnu dot org  2006-03-08 11:40 -------
(In reply to comment #5)
> Confirmed on gcc mailing-list.

Reconfirmed with the GCC 4.1.0 release tarballs for C (core)
and C++ (g++). In addition to using "--with-ld", one has to
also use a relative path to the "configure" script instead of
an absolute path for the bootstrap to work.


-- 

rmathew at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2006-03-08 09:29:10         |2006-03-08 11:40:22
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-03-08 11:40 ` rmathew at gcc dot gnu dot org
@ 2008-02-05 12:04 ` fxcoudert at gcc dot gnu dot org
  2009-05-13 19:48 ` fxcoudert at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-02-05 12:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from fxcoudert at gcc dot gnu dot org  2008-02-05 12:03 -------
This problem is not seen on 4.3.0.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

* [Bug bootstrap/24382] ORIGINAL_LD_FOR_TARGET has bizarre value
  2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-02-05 12:04 ` fxcoudert at gcc dot gnu dot org
@ 2009-05-13 19:48 ` fxcoudert at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-13 19:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2009-05-13 19:48 -------
As far as I know, this one has disappeared a long time ago.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24382


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

end of thread, other threads:[~2009-05-13 19:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-15 11:42 [Bug bootstrap/24382] New: ORIGINAL_LD_FOR_TARGET has bizarre value fxcoudert at gcc dot gnu dot org
2005-10-17  6:59 ` [Bug bootstrap/24382] " bonzini at gcc dot gnu dot org
2005-10-17  7:07 ` fxcoudert at gcc dot gnu dot org
2005-12-11  8:09 ` sherpya at netfarm dot it
2005-12-11 20:41 ` sherpya at netfarm dot it
2006-03-08  9:29 ` fxcoudert at gcc dot gnu dot org
2006-03-08 11:40 ` rmathew at gcc dot gnu dot org
2008-02-05 12:04 ` fxcoudert at gcc dot gnu dot org
2009-05-13 19:48 ` fxcoudert at gcc dot gnu dot org

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).