This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: Current CVS head doesn't build?


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


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