
8 Oct
2004
8 Oct
'04
3:04 p.m.
Markus Schöpflin wrote:
Joaquín Mª López Muñoz wrote:
mips-tfile, /tmp//cctFjnCI.s:10965 string too big (35326 bytes) line:? #.stabs?"and_<boost::mpl::not_<boost::is_same<boost::mpl: [very long expression]
A quick google search indicates that this is a problem with gcc on alpha when compiling with debug symbols. A possible workaround might be to use -gstabs instead of -g, I'll try it ASAP.
I did some experiments and the only way to compile these files it to disable debug symbols completely. I have done that on the toolset for gcc used for the regression runs, I hope it helps to clean up some of the errors. Markus