Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!rpi!aninda From: aninda@pawl.rpi.edu (Anindadeb V. Dasgupta) Newsgroups: comp.lang.c++ Subject: compiling at&tc++ on decvaxstation 3100 Message-ID: <|$#^2W#@rpi.edu> Date: 5 Nov 90 18:22:25 GMT Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 38 I'm sorry if this has been posted before or solutions to this have appeared. I'm having problems compiling at&tc++2.1 on our decvaxstations 3100 running ultrix 3.2b. I've managed to go through the make scratch successfully when I do a make munch I get the following error message. /usr/c_plus_plus/CC: illegal io Since it is proprietary at&t source code I don't want to include it with this posting. Has anyone successfully managed to install it on a similar system. I would appreciate any kind of suggestions or comments of any kind. I'll try and summarize where exactly the error occurs. ----------------------------------------------------------------- >>make munch It checks to see if bsd.fix has been run. It then creates the object code for patch.c It finally goes into cd src && tries to compile alloc.c. All output at this point is sent to stdout (my screen). At the end of the routine (I assume it compiled it all) it returns with the error message /usr/c_plus_plus/CC: illegal io. The object file never does get created. This could be a bug in the CC compiler provided by AT&T for compilation purposes........ -- /**************************************************************/ /* aninda@pawl.rpi.edu Aninda Dasgupta */ /* "I haven't lost my mind its backed-up on a tape somewhere" */ /**************************************************************/