This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: C++ and DEC Unix: string too long


 =>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.


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