[Bug libgcj/38298] libjava link failures.

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38298 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcj/38298] libjava link failures.

2009-09-26 Thread rwild at gcc dot gnu dot org
--- Comment #11 from rwild at gcc dot gnu dot org 2009-09-27 06:56 --- Fixed in trunk. -- rwild at gcc dot gnu dot org changed: What|Removed |Added Known to work|4.3

[Bug libgcj/38298] libjava link failures.

2009-09-26 Thread rwild at gcc dot gnu dot org
--- Comment #10 from rwild at gcc dot gnu dot org 2009-09-27 06:49 --- Subject: Bug 38298 Author: rwild Date: Sun Sep 27 06:49:33 2009 New Revision: 152215 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152215 Log: Fix library dependencies for -Wl,--as-needed. gcc/: PR

[Bug libgcj/38298] libjava link failures.

2009-09-26 Thread rwild at gcc dot gnu dot org
--- Comment #9 from rwild at gcc dot gnu dot org 2009-09-26 09:03 --- proposed patch at . -- rwild at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/38298] libjava link failures.

2008-12-29 Thread pluto at agmk dot net
--- Comment #8 from pluto at agmk dot net 2008-12-29 14:28 --- Created an attachment (id=17000) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17000&action=view) full log (configure & build without --as-needed flag). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38298

[Bug libgcj/38298] libjava link failures.

2008-12-29 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-12-29 14:19 --- How did you configure GCC? How did you invoke make? What environment variables are set? I know building libgcj on x86_64-linux-gnu works so it has something to do with your environment. -- http://gcc.gnu.org/

[Bug libgcj/38298] libjava link failures.

2008-12-29 Thread pluto at agmk dot net
--- Comment #6 from pluto at agmk dot net 2008-12-29 09:59 --- during standard build (w/o --as-needed) the libgcj-tools.so is linked in the following way: (...) libtool: link: /home/users/pluto/rpm/BUILD/gcc-4.4-20081219/builddir/./gcc/xgcc -shared-libgcc -B/home/users/pluto/rpm/BUILD/

[Bug libgcj/38298] libjava link failures.

2008-12-24 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2008-12-24 17:02 --- (In reply to comment #4) > Not a GCC bug, please report this to the binutils project which controls ld. > link failure with --as-needed is not a linker bug. it's strictly related to bugs in makefiles. i'll analyze gcc build

[Bug libgcj/38298] libjava link failures.

2008-12-24 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-24 13:49 --- Not a GCC bug, please report this to the binutils project which controls ld. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/38298] libjava link failures.

2008-12-24 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2008-12-24 12:57 --- passing -Wl,--as-needed to LDFLAGS_FOR_TARGET causing this failure. 4.3 works fine with --as-needed. -- pluto at agmk dot net changed: What|Removed |Added --

[Bug libgcj/38298] libjava link failures.

2008-12-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-24 01:37 --- fmod should be in libm, do you know if -lm is being included on the link line or are we linking with gcj? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgcj/38298] libjava link failures.

2008-12-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-24 01:38 --- Also this works for me and many other folks, can you try making sure that you run gcc_update --touch before building the snapshot, it could be that configure is being marked as older than configure.ac and breaking th