C++ and DEC Unix: string too long

dave madden dhm@paradigm.webvision.com
Tue Oct 28 17:57:00 GMT 1997


 =>From: Greg Galloway <gregg@eoeml.gtri.gatech.edu>
 =>...
 =>Has anyone got EGCS/C++ to work on an Alpha under DEC Unix 3.2?
 =>I get an error about string too long because the mangled name of
 =>a template instantiation (hash_map in this case) is 4144 chars
 =>long.

I've gotten the same message under DEC Unix 4.0; you can get around it
by not compiling with debugging information (-g).  (Of course, this
means you can't debug, but that's the way it goes.)  I don't know any
other workaround, but would be glad to hear of one...

d.



More information about the Gcc mailing list