On 7/3/06, kriss <[EMAIL PROTECTED]> wrote:
can you tell how you make gcc-4.1.1 pass1 ?
cause in it the doc say that bootstrap don't work anymore
--

like this,

../gcc-4.1.1/configure --prefix=/tools \
   --libexecdir=/tools/lib --with-local-prefix=/tools \
   --disable-nls --enable-shared --enable-languages=c && \
make bootstrap && \
make install && \
ln -vs gcc /tools/bin/cc

make bootstrap in gcc4 still work, but change LANGUAGES while call
make bootstrap does not work anymore, from INSTALL/Build.html
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to