public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/22426] New: bootstrap fails - ld: unrecognized option '-Wl,-rpath'
@ 2005-07-12  4:15 dish at csua dot berkeley dot edu
  2005-07-12  4:16 ` [Bug bootstrap/22426] " pinskia at gcc dot gnu dot org
  2005-07-12  4:21 ` dish at csua dot berkeley dot edu
  0 siblings, 2 replies; 3+ messages in thread
From: dish at csua dot berkeley dot edu @ 2005-07-12  4:15 UTC (permalink / raw)
  To: gcc-bugs

/usr/local/src/objdir/gcc/gcj -B/usr/local/src/objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include -ffloat-store -fno-omit-frame-pointer
-g -O2 -o .libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc 
-L/usr/local/src/objdir/i686-pc-linux-gnu/libjava
-L/usr/local/src/objdir/i686-pc-linux-gnu/libjava/.libs ./.libs/libgcj.so
-L/usr/local/src/objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/usr/local/src/objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lpthread -ldl
-L/usr/local/src/objdir/gcc -L/usr/local/i686-pc-linux-gnu/bin
-L/usr/local/i686-pc-linux-gnu/lib
-L/usr/local/lib/gcc/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib
-L/usr/local/lib/gcc/i686-pc-linux-gnu/../.. -lgcc_s -lc -lgcc_s -Wl,--rpath
-Wl,/usr/local/lib

/usr/local/i686-pc-linux-gnu/bin/ld: unrecognized option '-Wl,-rpath'
/usr/local/i686-pc-linux-gnu/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status

dish@localhost:/usr/local/src/objdir $ /usr/local/i686-pc-linux-gnu/bin/ld --version
GNU ld version 2.16.1

Binutils were upgraded from 2.14.1 after giving same errors. 
Distro: Mandrake 10.0.

Same as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22323 but for 4.0.1. No
problem w/3.4.3 as well.

Thanks

-- 
           Summary: bootstrap fails - ld: unrecognized option '-Wl,-rpath'
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dish at csua dot berkeley dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug bootstrap/22426] bootstrap fails - ld: unrecognized option '-Wl,-rpath'
  2005-07-12  4:15 [Bug bootstrap/22426] New: bootstrap fails - ld: unrecognized option '-Wl,-rpath' dish at csua dot berkeley dot edu
@ 2005-07-12  4:16 ` pinskia at gcc dot gnu dot org
  2005-07-12  4:21 ` dish at csua dot berkeley dot edu
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12  4:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-12 04:15 -------


*** This bug has been marked as a duplicate of 22323 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug bootstrap/22426] bootstrap fails - ld: unrecognized option '-Wl,-rpath'
  2005-07-12  4:15 [Bug bootstrap/22426] New: bootstrap fails - ld: unrecognized option '-Wl,-rpath' dish at csua dot berkeley dot edu
  2005-07-12  4:16 ` [Bug bootstrap/22426] " pinskia at gcc dot gnu dot org
@ 2005-07-12  4:21 ` dish at csua dot berkeley dot edu
  1 sibling, 0 replies; 3+ messages in thread
From: dish at csua dot berkeley dot edu @ 2005-07-12  4:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dish at csua dot berkeley dot edu  2005-07-12 04:19 -------
Whooops. Accidentally hit refresh. Sorry about the duplicate of the duplicate. :]

(In reply to comment #0)
> /usr/local/src/objdir/gcc/gcj -B/usr/local/src/objdir/gcc/
> -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem
> /usr/local/i686-pc-linux-gnu/include -isystem
> /usr/local/i686-pc-linux-gnu/sys-include -ffloat-store -fno-omit-frame-pointer
> -g -O2 -o .libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc 
> -L/usr/local/src/objdir/i686-pc-linux-gnu/libjava
> -L/usr/local/src/objdir/i686-pc-linux-gnu/libjava/.libs ./.libs/libgcj.so
> -L/usr/local/src/objdir/i686-pc-linux-gnu/libstdc++-v3/src
> -L/usr/local/src/objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lpthread -ldl
> -L/usr/local/src/objdir/gcc -L/usr/local/i686-pc-linux-gnu/bin
> -L/usr/local/i686-pc-linux-gnu/lib
> -L/usr/local/lib/gcc/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib
> -L/usr/local/lib/gcc/i686-pc-linux-gnu/../.. -lgcc_s -lc -lgcc_s -Wl,--rpath
> -Wl,/usr/local/lib
> 
> /usr/local/i686-pc-linux-gnu/bin/ld: unrecognized option '-Wl,-rpath'
> /usr/local/i686-pc-linux-gnu/bin/ld: use the --help option for usage information
> collect2: ld returned 1 exit status
> 
> dish@localhost:/usr/local/src/objdir $ /usr/local/i686-pc-linux-gnu/bin/ld
--version
> GNU ld version 2.16.1
> 
> Binutils were upgraded from 2.14.1 after giving same errors. 
> Distro: Mandrake 10.0.
> 
> Same as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22323 but for 4.0.1. No
> problem w/3.4.3 as well.
> 
> Thanks



-- 


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


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

end of thread, other threads:[~2005-07-12  4:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-12  4:15 [Bug bootstrap/22426] New: bootstrap fails - ld: unrecognized option '-Wl,-rpath' dish at csua dot berkeley dot edu
2005-07-12  4:16 ` [Bug bootstrap/22426] " pinskia at gcc dot gnu dot org
2005-07-12  4:21 ` dish at csua dot berkeley dot edu

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