G++ versions.


R. Clayton (rclayton@clayton.cs.monmouth.edu)
(no date)


It appears there is more than one version of g++ installed on the cslab
machines:

  cs uname -n
  cslab08

  cs date
  Mon Oct 29 12:27:51 EST 2001

  cs g++ -v
  Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
  gcc version 2.95.3 20010315 (release)

  cs cat t.cc
  #include <sstream>

  int main() {
    std::ostringstream oss;
    }

  cs g++ -c t.cc

and

  cs uname -n
  cslab00

  cs date
  Mon Oct 29 12:28:24 EST 2001

  cs g++ -v
  Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
  gcc version 2.95.2 19991024 (release)

  cs g++ -c t.cc
  t.cc:1: sstream: No such file or directory

  cs

I've asked that the same version of g++ be installed everywhere. In the
meantime, if you're having compiler problems, make sure you're on a machine
that's running at least g++ ver. 2.95.3.



This archive was generated by hypermail 2.0b3 on Fri Dec 21 2001 - 17:00:04 EST