This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/20392] invalid install/relink of llibgcj{,0_convenience} during `make install`
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2005 10:02:45 -0000
- Subject: [Bug libgcj/20392] invalid install/relink of llibgcj{,0_convenience} during `make install`
- References: <20050309081729.20392.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pluto at pld-linux dot org 2005-03-12 10:02 -------
I've noticed that below change fixes relinking.
Could anonyone merge this fix to Makefile{.am,.in} ?
--- libgcj0_convenience.la.orig 2005-03-12 06:07:36.000000000 +0100
+++ libgcj0_convenience.la 2005-03-12 10:49:59.865017152 +0100
@@ -5,16 +5,16 @@
# It is necessary for linking the library.
# The name that we can dlopen(3).
-dlname='libgcj0_convenience.so.0'
+dlname=''
# Names of this library.
-library_names='libgcj0_convenience.so.0.0.0 libgcj0_convenience.so.0
libgcj0_convenience.so'
+library_names=''
# The name of the static archive.
old_library='libgcj0_convenience.a'
# Libraries that this one depends upon.
-dependency_libs='
-L/home/users/pluto/multimedia/rpm/BUILD/gcc-4.0-20050305/obj-i686-pld-linux/i686-pld-linux/libstdc++-v3/src
-L/home/users/pluto/multimedia/rpm/BUILD/gcc-4.0-20050305/obj-i686-pld-linux/i686-pld-linux/libstdc++-v3/src/.libs
-L/home/users/pluto/multimedia/rpm/BUILD/gcc-4.0-20050305/obj-i686-pld-linux/i686-pld-linux/libjava
-L/home/users/pluto/multimedia/rpm/BUILD/gcc-4.0-20050305/obj-i686-pld-linux/gcc
-L/usr/lib/gcc/i686-pld-linux/4.0.0
-L/usr/lib/gcc/i686-pld-linux/4.0.0/../../.. -lgcc_s -lc -lgcc_s'
+dependency_libs=''
# Version information for libgcj0_convenience.
current=0
@@ -29,4 +29,4 @@
dlpreopen=''
# Directory that this library needs to be installed in:
-libdir='/usr/lib'
+libdir=''
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20392