------- 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

Reply via email to