kimcm@diku.dk (Kim Christian Madsen) (03/22/91)
Hi, I've just compiled the gcc on a delta 3200 SysV/68 R3V6, in order to be able to compile and run g++... The compilation of the g++ compiler went smooth, however, using the native as)sembler is a major concern when trying to compile the libg++ library. The problem is that the assembler doesn't accept "$" in labels, and to inhibit the g++ from using "$" in labels it turns to using "." in labels instead which is equally illegal, from the assemblers point of view. Trying to modify the defines in cplus-tree.h to use "_" as JOINER (and in subsequent defines) doesn't work well, since that only brings a lot of error-messages when compiling the code (I'm sorry I can't give you specific examples, since I'm posting from another machine than I'm compiling the code on). Is there anybody out there in netland that could provide me with an answer to how I can manage to get the g++ & associated libs up and running, and if your solution implies having the gas assembler installed, please give me specific hints on how to install that beast on my Motorola system, since I failed to do it myself! For your information the versions I have of the different GNU stuff are: g++-1.39.0 gcc-1.39 libg++-1.39.0 Please respond by mail to the following address, since it's where I probably pick the message up first. Anyway I'll summarize to the net any solution(s) that'll solve the problem. Kim Chr. Madsen kimcm@kcm.dkuug.dk