This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build problem...


On Thu, 2006-06-15 at 15:59 -0400, Thomas Fitzsimmons wrote:
> Andrew MacLeod wrote:
> > On Thu, 2006-06-15 at 14:14 -0400, Andrew MacLeod wrote:
> >> I assume I'm not the only one seeing this build failure:
> >>
> >>
> >> make[5]: Entering directory `/build/gcc/2006-06-15/i686-pc-linux-gnu/libjava/classpath/tools'
> >> /bin/sh ../libtool --mode=link /build/gcc/2006-06-15/./gcc/xgcc -B/build/gcc/2006-06-15/./gcc/ -B/install/gcc/i686-pc-linux-gnu/bin/ -B/install/gcc/i686-pc-linux-gnu/lib/ -isystem /install/gcc/i686-pc-linux-gnu/include -isystem /install/gcc/i686-pc-linux-gnu/sys-include  -O2 -g -O2    -o gappletviewer -L/install/gcc/lib -lgcj gappletviewer-toolwrapper.o
> >> /build/gcc/2006-06-15/./gcc/xgcc -B/build/gcc/2006-06-15/./gcc/ -B/install/gcc/i686-pc-linux-gnu/bin/ -B/install/gcc/i686-pc-linux-gnu/lib/ -isystem /install/gcc/i686-pc-linux-gnu/include -isystem /install/gcc/i686-pc-linux-gnu/sys-include -O2 -g -O2 -o gappletviewer gappletviewer-toolwrapper.o  -L/install/gcc/lib -lgcj
> >> /usr/bin/ld: cannot find -lgcj
> >> collect2: ld returned 1 exit status
> >> make[5]: *** [gappletviewer] Error 1
> > 
> > Thank you Tom.. :-)
> 
> :-(
> 
> This patch of mine:

<...>

> caused a bootstrap failure on multilib architectures.  A clean bootstrap did 
> work for me on my x86 workstation, but I hadn't cleared out $prefix.  I have a 
> suspicion that the libjava configury reaches into $prefix during the bootstrap. 
>   In the future I'll be sure to clear $prefix before bootstrapping, and I'll 
> also bootstrap on a multilib architecture (x86-64).
> 
> Sorry for the inconvenience.  For now I've reverted the part of the patch that 
> was causing the failure.

Actually, I just meant 'thank you' for fixing it so quickly after the
note :-)  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]