Rockhopper update.


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


I'm getting a ton of errors when I try to compile my os on rockhopper.

  Apparently g++ ver 3 disappeared when rockhopper was upgraded to redhat 7.3.
  The default g++ ver 2.96 is not compatible with g++ ver 3, which is what
  g++-libsim.a was compiled with. I've deleted g++-libsim.a; use
  g++-2.96-libsim.a instead.

  You can use the -v option to g++ to figure out which version it is:

    $ g++ -v
    Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
    gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)

    $

  If g++ gets re-upgraded, you're going to have the same problem in the other
  direction (an old lib with a new g++). If this happens when I'm not around
  to create a updated lib, use /usr/bin/g++, which is ver 2.96, instead of
  /usr/local/bin/g++, which will be (I'm guessing) ver 3.01.

  The cslab machines are uneffected by all this.



This archive was generated by hypermail 2.0b3 on Fri Aug 23 2002 - 19:30:04 EDT