mike@cimcor.mn.org (Michael Grenier) (09/06/89)
I'm trying to get g++ running on this Microport V/386 box and seem to keep having problems. The first was that cplus-parse.y results in files cplus-parse.tab.c and cplus-parse.tab.h which have to many letters to be unique in the 14 character namespace of UNIX System V. OK, I renamed cplus-parse.y and fixed the references to them in the makefile and lexical scanner. Everything built fine until I get to linking cc1plus. The routine toplev refers to a routine called decode_reg_name which the linker cant find. Neither can I when I grep for it in the G++ or GCC distribution. Could somebody tell me where this routine can be found? -Mike Grenier mike@cimcor.mn.org uunet!rosevax!cimcor!mike