Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!ctrsol!srcsip!tcnet!rosevax!cimcor!mike From: mike@cimcor.mn.org (Michael Grenier) Newsgroups: gnu.g++ Subject: Building GNU G++ Keywords: help Message-ID: <5@cimcor.mn.org> Date: 6 Sep 89 13:10:31 GMT Organization: Grenier & friends, Forest Lake, MN Lines: 16 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