Re: libstdc++ version bump.

From: Michael Nottebrock (lofi_at_freebsd.org)
Date: 06/28/05

  • Next message: Michael Nottebrock: "Re: libstdc++ version bump."
    To: freebsd-stable@freebsd.org, Scot Hetzel <swhetzel@gmail.com>
    Date: Tue, 28 Jun 2005 18:44:02 +0200
    
    
    

    On Tuesday, 28. June 2005 18:21, Scot Hetzel wrote:

    > Are you sure that the problem is with libstdc++ and not the above
    > libraries?

    Yes, it's a well known-fact. In fact there might have been a break of ABI
    backwards-compatibility between gcc 3.3 and 3.4, too, but I'm not sure.

    > Was there any changes to libstdc++ between 5.4 & 5.3?

    No.

    -- 
       ,_,   | Michael Nottebrock               | lofi@freebsd.org
     (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
       \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
    
    



  • Next message: Michael Nottebrock: "Re: libstdc++ version bump."

    Relevant Pages

    • Re: libstdc++ version bump.
      ... Yes, it's a well known-fact. ... In fact there might have been a break of ABI ... backwards-compatibility between gcc 3.3 and 3.4, too, but I'm not sure. ...
      (freebsd-stable)
    • Re: libstdc++ version bump.
      ... Michael Nottebrock wrote: ... >> libraries? ... > Yes, it's a well known-fact. ... In fact there might have been a break of ABI ...
      (freebsd-stable)
    • Re: Linking with ld instead of g++
      ... Gcc maintainers try to keep stable ABI ... Static linking doesn't buy anything much against OS hackers, ... a security hole in libraries (and those security holes are not few ... the last time I saw hacked C libraries was with SunOS 4.x; ...
      (comp.unix.programmer)
    • Re: Why Lisp is not popular with average programmers
      ... In order to support its standard libraries, C has to provide a linking mechanism. ... You can write drivers entirely in machine code, manipulating hardware ports and issuing interrupts directly but you conform to a standard linkable format and they *will* be usable by the C compiler on that platform. ... so there are general libraries that encapsulate them in a form callable from C using C's own ABI on every OS written in C. ...
      (comp.lang.lisp)
    • Re: What is an ABI?
      ... An ABI is a set of rules specifying how a binary executable should ... exchange information with some service (e.g., ... then the compiler generates different code for operations such as ... PIC is needed for shared libraries, ...
      (comp.unix.programmer)