GC linking Windows
The Devils Jester <[email protected]>
| Newsgroups | gmane.comp.programming.garbage-collection.boehmgc |
|---|---|
| Message-ID | <CAP9jBPgCPueiyMO_zXuy22NdVB4DW1sT=uPgfgB8LnUYjLCPfQ@mail.gmail.com> |
I have an application which for the time being (because its not ready for GC) has all GC code #ifdef'ed out (so in effect, it does not use GC at all). If I link (just link, there is still no inclusion of any code or headers) the GC to this application on Windows (MinGW) then I get (seemingly) random crashes constantly. If I don't link the GC, it works perfectly. (It works perfectly either way on Linux and OSX) So my question is, does the act of linking the GC in Windows, do some GC thing that would require the linking application to "play nice" with GC? _______________________________________________ Gc mailing list Gc-V9/[email protected] http://www.hpl.hp.com/hosted/linux/mail-archives/gc/