This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/18909] gij needs libgij.so (wrong linking/build?)
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 9 Dec 2004 18:44:26 -0000
- Subject: [Bug libgcj/18909] gij needs libgij.so (wrong linking/build?)
- References: <20041209174117.18909.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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