From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9063 invoked by alias); 17 Apr 2007 06:54:06 -0000 Received: (qmail 9044 invoked by uid 48); 17 Apr 2007 06:54:05 -0000 Date: Tue, 17 Apr 2007 06:54:00 -0000 Message-ID: <20070417065405.9043.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: "r dot emrich at de dot tecosim dot com" 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-q2/txt/msg00012.txt.bz2 ------- Comment #4 from r dot emrich at de dot tecosim dot com 2007-04-17 07:54 ------- Created an attachment (id=13377) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13377&action=view) Patch Proposed patch. I added a new target (install-exec-am) to Makefile.am to enforce the right installation sequence. Tested on hppa2.0w-hp-hpux11.00 and i686-pc-linux-gnu. I hope somebody is able to verify and submit the patch. In general there is the question, if we need a regular testing of 'make install, to detect these kind of problems, which only give warnings on linux but prevend successful installation on different targets. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30071