This is the mail archive of the gcc@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]

Problem building uberbaum for m68k-elf


I pulled out an updated copy of the uberbaum treeon my RH7.3 box,
configured it for --target=m68k-elf, and it fails to build with:

Configuring in tix
loading cache .././config.cache
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
configuring in unix
running /bin/sh /home/peter/work/cvs-gnu/uberbaum/tix/unix/configure  --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=m68k-elf --with-gnu-as --with-gnu-ld --with-newlib --prefix=/home/mylocal/uberbaum/m68k-elf --with-gcc-version-trigger=/home/peter/work/cvs-gnu/uberbaum/gcc/version.c --cache-file=../.././config.cache --srcdir=/home/peter/work/cvs-gnu/uberbaum/tix/unix
loading cache ../.././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for Tcl configuration script... (cached) /home/peter/work/cvs-gnu/obj/tcl/unix/tclConfig.sh
checking for Tk configuration script... (cached) /home/peter/work/cvs-gnu/obj/tk/unix/tkConfig.sh
checking how to run the C preprocessor... (cached) gcc -E
checking for Tcl headers in the source tree... /home/peter/work/cvs-gnu/uberbaum/tcl/generic
/home/peter/work/cvs-gnu/uberbaum/tcl/generic
checking for Tk headers in the source tree... /home/peter/work/cvs-gnu/uberbaum/tk/generic
found in /home/peter/work/cvs-gnu/uberbaum/tk/generic
updating cache ../.././config.cache
creating ./config.status
creating Makefile
make[1]: Entering directory `/home/peter/work/cvs-gnu/obj/tix'
make[2]: Entering directory `/home/peter/work/cvs-gnu/obj/tix/unix'
/bin/sh: cd: tk8.4: No such file or directory
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/peter/work/cvs-gnu/obj/tix/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/peter/work/cvs-gnu/obj/tix'
make: *** [all-tix] Error 2


Any ideas why?

-- 
Peter Barada
peter@baradas.org


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