This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc3.2 shared library compatible with gcc2.95 program?


"Niu, Yin" <yniu@cisco.com> writes:

> Hi,
> 
> Does shared library built with gcc3.2 compatible with programs built with
> gcc2.95? If not, is there any way to force the new gcc to build in the old
> way? The code is written in C.

I believe for C, a gcc 3.x .so is compatible with programs built with
    gcc 2.95 . However this compatiblity does *not* exist for C++.


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