This is the mail archive of the gcc-patches@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: [patch][plugins] Check the gcc version


On Thu, Apr 30, 2009 at 02:37, Andrew Pinski <pinskia@gmail.com> wrote:

> Actually why is ENABLE_PLUGIN 0 on Darwin, it has dlopen and support
> shared libraries?

Because -ldl -rdynamic does not work the way it works for linux.
Check the configury code that detects support.  You are welcome to
modify support so that it works in Darwin.  I am not planning to work
on it.


Diego.


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