Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!noose.ecn.purdue.edu!news From: 3ksnn64@cadlab.ecn.purdue.edu (Joe Cychosz) Newsgroups: comp.sys.sgi Subject: C++ 2.0 on SGI IRIX 3.3.1 Message-ID: <1990Nov7.034736.14795@ecn.purdue.edu> Date: 7 Nov 90 03:47:36 GMT Sender: news@ecn.purdue.edu (USENET news) Organization: Purdue University Engineering Computer Network Lines: 18 Hi, Has anyone had any luck porting C++ 2.0 to the latest IRIX release (3.3.1)? I seem to have some kind of problem with the include files in /usr/include/CC. For example: in math.h, complaints about fmod, in stdio.h, complaints about _filbuf and _flsbuf, I have noticed that _semgetc and _semputc do not get defined and have to be added by hand. This happened at 3.2 also. libc.h is quite a mess as well. I think the solution might be to just copy relevent #defines and the like and delete the #include . Joe