Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] [ANN] Eclipse SWT/Fox plugin available ( pre-alpha)

Just to clarify: This is valid for C++ only, C's ABI is stable, because C
functions are not decorated at all.
That's why I mentioned stdc++ not libc.

/Ivan

----- Original Message -----
From: "Chris McKillop" <cdm@xxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Monday, June 09, 2003 10:06 PM
Subject: Re: [platform-swt-dev] [ANN] Eclipse SWT/Fox plugin available (
pre-alpha)


> >
> > >P.S. Users of older Linux distributions (pre gcc 3.2) may encounter
> > >problems running SWT/Fox, because at the moment it is not statically
> > >linked with libc++.
> >
> > I'm curious: why should that be a problem? AFAIK every lib on
> > debian is *not* statically linked...
> >
>
> Because of the C++ ABI changes from 2.9x to 3.0 to 3.1 to 3.2.  You can't
> move forward or backward and have compatibility between those versions.
So any
> app/lib/... must be built with exactly the same version.  Hopefully past
3.2
> it will remain stable.
>
>     chris
>
> --
>   Chris McKillop <cdm@xxxxxxx>   "The faster I go, the behinder I get."
>   Software Engineer, QSSL                   -- Lewis Carroll --
>   http://qnx.wox.org/
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>




Back to the top