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]

[Bug bootstrap/22408] make install fails after --enable-bootstrap=lean enabled bootstrap



------- Comment #2 from nightelf at mail dot utexas dot edu  2005-11-10 01:00 -------
Created an attachment (id=10200)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10200&action=view)
RE: make install fails after --enable-bootstrap=lean enabled bootstrap

I get the same error after "make -k install" with --enable-bootstrap=yes on gcc
checked out from svn://gcc.gnu.org/svn/gcc/tags/gcc_4_0_2_release.
It looks like the top level directories for libiberty, zlib, etc. are not being
created since only the stage[123]-* dirs are created. Should toplevel
"libiberty" be sym-linked to "stage3-libiberty" and so on...?
This is what I ran:

ASFLAGS="$MY_ASFLAGS" CFLAGS="$MY_CFLAGS" LIBCFLAGS="$MY_CFLAGS"
CXXFLAGS="$MY_CXXFLAGS" LIBCXXFLAGS="$MY_CXXFLAGS" CPPFLAGS="$MY_CPPFLAGS"
LDFLAGS="$MY_LDFLAGS" FFLAGS="$MY_FFLAGS" LFLAGS="$MY_LFLAGS"
YFLAGS="$MY_YFLAGS" ~/build/src/gcc/configure --prefix=$HOME/build/usr/local
--enable-bootstrap=yes --enable-libada
--enable-languages=c,c++,f95,java,objc,treelang --enable-threads=posix
--enable-shared --enable-nls --enable-java-awt=gtk,xlib --enable-__cxa_atexit
--disable-werror --enable-libgcj-debug --enable-libgcj-multifile
--with-arch=athlon-xp

make -k bootstrap

make -k check

make -k install


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22408


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