From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18839 invoked by alias); 29 Jul 2007 21:24:49 -0000 Received: (qmail 18821 invoked by uid 48); 29 Jul 2007 21:24:49 -0000 Date: Sun, 29 Jul 2007 21:24:00 -0000 Message-ID: <20070729212449.18820.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/30071] make install fails for libjava In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "andreast at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q3/txt/msg00082.txt.bz2 ------- Comment #6 from andreast at gcc dot gnu dot org 2007-07-29 21:24 ------- install-binPROGRAMS: install-toolexeclibLTLIBRARIES 'overwrites' the install-binPROGRAMS generated by automake. So this is a no go. I helped myself with this one: Index: Makefile.am =================================================================== --- Makefile.am (revision 126962) +++ Makefile.am (working copy) @@ -440,7 +440,7 @@ $(extra_headers) $(srcdir)/java/lang/Object.h $(srcdir)/java/lang/Class.h: @: -install-exec-hook: install-toolexeclibLTLIBRARIES install-libexecsubPROGRAMS +install-exec-hook: install-binPROGRAMS install-toolexeclibLTLIBRARIES install-libexecsubPROGRAMS ## Support for libgcj_bc: dummy shared library used only at link-time. if USE_LIBGCJ_BC ## Install libgcj_bc dummy lib in the target directory. We also need to delete This one is similar to the one Rainer posted and it might not work if one is doing a parallel install. I'll do a test on my farm and see how it behaves on different architectures. Tom mentioned on IRC that it would be a 'go' for the time being. But one has to file a bug on automake. (1.9.6 used here). Will do so. -- andreast at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2007-01-29 20:00:01 |2007-07-29 21:24:48 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30071