This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ and DEC Unix: string too long
- To: gregg at eoeml dot gtri dot gatech dot edu
- Subject: Re: C++ and DEC Unix: string too long
- From: dave madden <dhm at paradigm dot webvision dot com>
- Date: Tue, 28 Oct 1997 16:24:56 -0800
- CC: egcs at cygnus dot com
=>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.