public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/42524]  New: gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath'
@ 2009-12-28 21:42 bjg at gnu dot org
  2009-12-28 21:48 ` [Bug java/42524] " bjg at gnu dot org
  2010-01-24 13:47 ` bjg at gnu dot org
  0 siblings, 2 replies; 4+ messages in thread
From: bjg at gnu dot org @ 2009-12-28 21:42 UTC (permalink / raw)
  To: java-prs

Doing a complete build from scratch fails with the following error on the gcj
link step.

~/ftp/gcc-4.4.2/configure --prefix=/gd/gnu/gnusys/live/
--with-mpfr=/gd/gnu/gnusys/live --with-gmp=/gd/gnu/gnusys/live

libtool: link: ar rc .libs/libgcj_bc.a  libgcj_bc.o
libtool: link: ranlib .libs/libgcj_bc.a
libtool: link: ( cd ".libs" && rm -f "libgcj_bc.la" && ln -s "../libgcj_bc.la"
"libgcj_bc.la" )
/bin/bash ./libtool --tag=GCJ --mode=link /home/b/bjg/ftp/build/gcc/gcj
-B/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava/
-B/home/b/bjg/ftp/build/gcc/
-L/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava -fomit-frame-pointer
-g -O2  -o jv-convert --main=gnu.gcj.convert.Convert -rpath
/gd/gnu/gnusys/live//lib/../lib64 -shared-libgcc   
-L/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava/.libs libgcj.la 
libtool: link: /home/b/bjg/ftp/build/gcc/gcj
-B/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava/
-B/home/b/bjg/ftp/build/gcc/ -fomit-frame-pointer -g -O2 -o .libs/jv-convert
--main=gnu.gcj.convert.Convert -shared-libgcc 
-L/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava/.libs
-L/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava ./.libs/libgcj.so
-lpthread -lrt -ldl -Wl,-rpath -Wl,/gd/gnu/gnusys/live//lib/../lib64
/usr/bin/ld: unrecognized option '-Wl,-rpath'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
make[3]: *** [jv-convert] Error 1
make[3]: Leaving directory
`/srv/data/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/srv/data/home/b/bjg/ftp/build/x86_64-unknown-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/srv/data/home/b/bjg/ftp/build'
make: *** [all] Error 2


-- 
           Summary: gcc-4.4.2 build fails on gcj with unrecognized option '-
                    Wl,-rpath'
           Product: gcc
           Version: 4.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bjg at gnu dot org
  GCC host triplet: x86_64-unknown-linux-gnu


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


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

* [Bug java/42524] gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath'
  2009-12-28 21:42 [Bug java/42524] New: gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath' bjg at gnu dot org
@ 2009-12-28 21:48 ` bjg at gnu dot org
  2010-01-24 13:47 ` bjg at gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: bjg at gnu dot org @ 2009-12-28 21:48 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from bjg at gnu dot org  2009-12-28 21:48 -------
Created an attachment (id=19405)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19405&action=view)
complete build log 


-- 


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


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

* [Bug java/42524] gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath'
  2009-12-28 21:42 [Bug java/42524] New: gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath' bjg at gnu dot org
  2009-12-28 21:48 ` [Bug java/42524] " bjg at gnu dot org
@ 2010-01-24 13:47 ` bjg at gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: bjg at gnu dot org @ 2010-01-24 13:47 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from bjg at gnu dot org  2010-01-24 13:47 -------
same error occurs with gcc-4.4.3


-- 

bjg at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjg at gnu dot org


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


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

* [Bug java/42524] gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath'
       [not found] <bug-42524-8172@http.gcc.gnu.org/bugzilla/>
@ 2011-01-10 18:40 ` rwild at gcc dot gnu.org
  0 siblings, 0 replies; 4+ messages in thread
From: rwild at gcc dot gnu.org @ 2011-01-10 18:40 UTC (permalink / raw)
  To: java-prs

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

Ralf Wildenhues <rwild at gcc dot gnu.org> changed:

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

--- Comment #3 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2011-01-10 18:39:28 UTC ---
Wow, this is an old bug.

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


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

end of thread, other threads:[~2011-01-10 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-28 21:42 [Bug java/42524] New: gcc-4.4.2 build fails on gcj with unrecognized option '-Wl,-rpath' bjg at gnu dot org
2009-12-28 21:48 ` [Bug java/42524] " bjg at gnu dot org
2010-01-24 13:47 ` bjg at gnu dot org
     [not found] <bug-42524-8172@http.gcc.gnu.org/bugzilla/>
2011-01-10 18:40 ` rwild at gcc dot gnu.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).