Tarmik wrote: >> I'm fairly sure all these errors have nothing to do with weak symbols. >> Rather, it appears that the Cygwin linker, even when creating a DLL, >> wants to be able to see all the symbols it will be linking to. This must >> be due to a design feature of PE or something. > > Yes, but this is what weak linking is all about - possibility of > linking whole > dll without having all necessary symbols present. Most probably > limitation > of cygwin and microsoft PE executable format.
Yes. I doubt that you will be able to get this working in PE format (I don't recommed you try). We spent a fair bit of effort to get a mingw cross-compile environment to work so that you can build and link Windows programs from a Linux build environment so that you can still analyze Windows code. --BDS _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
