This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bincompat problem with 2.0.102 (StarOffice 5)


hjl@lucon.org (H.J. Lu) writes:

> 1. foo uses libx.so and liby.so.
> 2. libx.so is compiled against glibc 2.0.
> 2. liby.so is compiled against glibc 2.1.
> 
> I think foo will have a problem with libio routines if FILE * is used
> between libx.so and liby.so.

There certainly can be problems like this.  But the only other library
which knows about FILE internals is libstdc++.  So keeping this in
sync with libc should be sufficent.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]