> Hi Aaron, > > Aaron Gray <aaronngray.lists <at> googlemail.com> writes: > >> unrecognized option '--enable-runtime-pseudo-relocs' > > Interesting. > Does libCompilerDriver.dll link w/o '--enable-runtime-pseudo-relocs'?I have not tried as of yet.> If I understand correctly, this bug makes it impossible to produce > loadable > modules on Cygwin.I don't think Cygwin supports loadable modules anyway. How do I disable this just on Cygwin ? Aaron
Hi Aaron, Aaron Gray <aaronngray.lists <at> googlemail.com> writes:> I have not tried as of yet.Just compile with `make VERBOSE=1` and then copy, paste & edit the offending line.> I don't think Cygwin supports loadable modules anyway.Really, Cygwin doesn't allow to produce DLLs? Then I guess I should make this a configure option.
Hi Mikhail,> Aaron Gray <aaronngray.lists <at> googlemail.com> writes: >> I have not tried as of yet. > > Just compile with `make VERBOSE=1` and then copy, paste & edit > the offending line.Okay>> I don't think Cygwin supports loadable modules anyway. > > Really, Cygwin doesn't allow to produce DLLs? Then I guess I > should make this a configure option.I sent you a _patch_ that disables it on Cygwin for the time being. LLVM does not load DLL's properly apparently. I would love to get to the bottom of this at some point. Anyway the patch is on the commits list anyway. Aaron