[lsb-discuss] GCC plugin versus lsbcc wrapper

Wichmann, Mats D mats.d.wichmann at intel.com
Thu May 5 05:06:35 PDT 2011


lsb-discuss-bounces at lists.linux-foundation.org wrote:
> From the LSB meeting minutes of 4th May 2011:
> 
> Jeff: Gcc has plugins, what if we did an LSB plugin instead of the
> lsbcc wrapper Robert: Basically the same problem, now we have to
> convince the ISV to load the plugin 
> 
> There is one case where the plugin approach has an advantage
> over using the lsbcc wrapper, albeit perhaps a special case.
> There are some software packages which record the compiler
> used to build them, then modify their behaviour based on this.
> Qt is one example - if the compiler used to build Qt is
> different from the compiler used to build a particular Qt
> plugin, then Qt will not load that plugin. 

hmmm, maybe there's something to look into here.
unless you've arranged to use something different (e.g. icc),
the compiler is still gcc/g++...  thus it "feels" like something
may be recording the compiler usage too early in the process,
or without enough sophisitcation...

what is it that determines that "the compiler used to build Qt is
different from the compiler used to build a particular Qt plugin" ??


More information about the lsb-discuss mailing list