This is the mail archive of the gcc@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: transitioning cloog to ppl-0.11


On Fri, Aug 6, 2010 at 4:49 PM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> Ralf,
> ?Looking at Fedora 13 and Debian
> unstable, I see that their gcc 4.4
> compilers are using -ldl to avoid
> an explicit linkage on libppl_c, libppl
> and libcloog. However this still leaves
> them open to a mismatch should they
> silently uprgrade libcloog from a
> version built against ppl-0.10.2 to
> one built against ppl-0.11. The gcc
> build is loading the ppl headers via
> the cloog headers so one ends up with
> a gcc built against older ppl headers
> that loads the libcloog.0.* built with
> newer ppl headers.

We can include a runtime version check.

Richard.

> ? ? ? ? ? ? ? ?Jack
>


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