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


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

Making clean



`make clean' seems to be broken.  When I run it at the top level on an
IRIX6 build tree I get:

running /bin/sh /users/mitchell/dev/egcs/libf2c/configure  --host=mips-sgi-irix6.5_ALPHA_1285645130 --build=mips-sgi-irix6.5_ALPHA_1285645130 --enable-multilib --with-gcc-version-trigger=/users/mitchell/dev/egcs/gcc/version.c --prefix=/users/mitchell/progs/stow/egcs --srcdir=../../../libf2c --with-target-subdir=mips-sgi-irix6.5_ALPHA_1285645130 --no-create --no-recursion
loading cache ./config.cache
checking if compiler f771 has been built... (cached) yes
checking for gcc... (cached) /users/mitchell/dev/egcs/objdir/gcc/xgcc -B/users/mitchell/dev/egcs/objdir/gcc/ -B/users/mitchell/progs/stow/egcs/mips-sgi-irix6.5_ALPHA_1285645130/bin/
checking whether the C compiler (/users/mitchell/dev/egcs/objdir/gcc/xgcc -B/users/mitchell/dev/egcs/objdir/gcc/ -B/users/mitchell/progs/stow/egcs/mips-sgi-irix6.5_ALPHA_1285645130/bin/ -g -O2 ) works... no

in libf2c.  It's deciding to reconfigure itself, and then notices it's
already blown away the C compiler.  Ugh.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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