From: leibbrl AT nospam DOT eskom DOT co DOT za Newsgroups: comp.os.msdos.djgpp Subject: C++ in RSXNTDJ Date: Mon, 06 Apr 1998 13:10:03 -0700 Organization: Eskom Lines: 15 Message-ID: <3529369B.4A5E@nospam.eskom.co.za> NNTP-Posting-Host: 147.110.98.230 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi All I've just downloaded RSXNTDJ and it works great, except for one thing: I just cant get the CPLUS example to work. All the c examples compile first time so the installation must have been a success. I created a new section in djgpp.env for g++ so that when you do a g++ -v you get Reading specs from c:\djgpp\rsxntdj\lib\specs gcc version 2.8.0 so everything is read correctly, but the problem is that ntbind gives an error message saying : Error : missing stab strings - not linked with rsxnt I edited a normal c file and just defined a class in the file and the same thing happened, so there must be some story with c++ and c that I just dont get. Any help will be welcomed. Cheers