Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: g++ 4.2 to g++ 4.0

  1. #11
    Join Date
    Jul 2008
    Beans
    25

    Re: g++ 4.2 to g++ 4.0

    Hi Eightmillion,

    It's fixed now. That's awesome. Thank you very much. Would you like to explain a little bit on "sudo mv /usr/local/lib/libgcc_s.so.1 /root/ " (your first instruction)? Can I remove libgcc_s.so.1, which is already in /root/? Thank you.

    Regards,

    Scuba123

  2. #12
    Join Date
    Jul 2008
    Beans
    565

    Re: g++ 4.2 to g++ 4.0

    Would you like to explain a little bit on "sudo mv /usr/local/lib/libgcc_s.so.1 /root/ " (your first instruction)? Can I remove libgcc_s.so.1, which is already in /root/? Thank you.
    I'm glad that worked. The point of that command was to move libgcc_s.so.1 out of the way so we could link the version required by apt there, but still keep it handy in case it was needed later. You can remove it now without any problems. sudo rm /root/libgcc_s.so.1
    Code:
    ruby -ne '$_.gsub(/<[^>]*>|\([^)]*\)|\[[^\]]*\]/,"").each_char{|i|STDOUT.flush.print(i);sleep(0.03)}if/(<\/li>|<ul>)<li>/' <(wget -qO- is.gd/e3EGx)

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •