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]

Uberbaum tree broken for m68k-elf


For about the last week, the uberbaum tree has failed to build from
scratch when configured with --target=m68k-elf

The bukld fails int the tix/unix directory looking for a tk8.4 subdir
that isn't there.

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

Appearently configure is coming up with a TCL_VERSION of 8.4:

[peter@baradas obj]$ grep -r TCL_VERSION t*
./tcl/unix/config.status:s%@TCL_VERSION@%8.4%g
./tcl/unix/dltest/Makefile:TCL_VERSION=		8.4
./tcl/unix/tclConfig.sh:TCL_VERSION='8.4'
./tk/unix/config.status:s%@TCL_VERSION@%8.4%g

Has anyone else had any luck building the uberbaum tree on RH7.3?

-- 
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]