Current CVS head doesn't build?

Erik de Castro Lopo mle+tools@mega-nerd.com
Wed Nov 5 00:12:00 GMT 2008


Mike Frysinger wrote:

> your output doesnt contain the actual error.  run with -j1 to see the
> real error (or read the scroll back yourself).

Even with -j1 the error scrolls on past. However, by xterm did capture
the real error:

   g++ -DHAVE_CONFIG_H -I. -I/tmp/binutils-cvs/sid/component/tcl -I. 
	 -I. -I../../include -I/tmp/binutils-cvs/sid/component/tcl/../../include
	 -g -O2 -MT compTcl.lo -MD -MP -MF .deps/compTcl.Tpo -c
	 /tmp/binutils-cvs/sid/component/tcl/compTcl.cxx  -fPIC -DPIC -o .libs/compTcl.o
   /tmp/binutils-cvs/sid/component/tcl/compTcl.cxx:33:17: error: tcl.h: No such file
     or directory
   In file included from /tmp/binutils-cvs/sid/component/tcl/../../include/sidattrutil.h:47,
                 from /tmp/binutils-cvs/sid/component/tcl/compTcl.cxx:13:
   /tmp/binutils-cvs/sid/component/tcl/../../include/sidmiscutil.h: In function 


I pretty sure I don't need whatever binary requires this tcl stuff.

Can the configure script possibly be updated to test for tcl.h and
disable this code or possibly have an --disable-tcl-whatever option
be added?


Cheers,
Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"The evolution of languages: FORTRAN is a non-typed language. C is a  
weakly typed language. Ada is a strongly typed language. C++ is a  
strongly hyped language."
-- Ron Sercely



More information about the Binutils mailing list