From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18378 invoked by alias); 9 Dec 2004 18:44:26 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 18357 invoked by uid 48); 9 Dec 2004 18:44:26 -0000 Date: Thu, 09 Dec 2004 18:44:00 -0000 Message-ID: <20041209184426.18356.qmail@sourceware.org> From: "pluto at pld-linux dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20041209174117.18909.pluto@pld-linux.org> References: <20041209174117.18909.pluto@pld-linux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/18909] gij needs libgij.so (wrong linking/build?) X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00570.txt.bz2 List-Id: ------- Additional Comments From pluto at pld-linux dot org 2004-12-09 18:44 ------- (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > How did you configure gcc? > > > This works for me and many other people. > > > > Even libgcj is not found also, this looks like a something is wrong with > > your build. > > > > libgcj.* exist in rpm's buildroot, libgij.a too but i can't see libgij.so. > > This really sounds like your rpm being wrong, can you compile without using rpm and see if libgij is > there? rpm just calls: %{__make} -C obj-%{_target_platform} \ profiledbootstrap \ GCJFLAGS="%{rpmcflags}" \ BOOT_CFLAGS="%{rpmcflags}" \ STAGE1_CFLAGS="%{rpmcflags}" \ LDFLAGS_FOR_TARGET="%{rpmldflags}" \ mandir=%{_mandir} \ infodir=%{_infodir} %{__make} install \ mandir=%{_mandir} \ infodir=%{_infodir} \ DESTDIR=$RPM_BUILD_ROOT and doesn't do anything else. should i call something more than `make profiledbootstrap` ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18909