Re: libstdc++ version bump.

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

  • Next message: Alfred Perlstein: "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
    
    


    • application/pgp-signature attachment: stored

  • Next message: Alfred Perlstein: "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: Why C is really a bad programming language
      ... |> library for the old ABI, and use a new library for a new ABI (ABI's might ... | another it is not feasible or acceptable to recompile it with the ... | headers for the new library. ... A system can allow for multiple ABIs by having libraries for each (in ...
      (comp.lang.c)
    • 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: good c compiler
      ... ABI for the platforms he is targeting. ... Same problem in reverse if the library is compiled with MSVC and the header refers to long double, although way round you can fix it by changing the header. ... Note that I'm NOT saying Jabob's decision is bad or unreasonable, just something the users of his compiler need to be aware of IF their code will be linked with code compiled with other compilers. ... I was not talking about libraries written BY MS, I was talking about libraries build USING MSVC. ...
      (comp.lang.c)