Re[2]: [bdwgc] Building with win32 threads on mingw / Windows 7 32-bit (#27)
Ivan Maidanski <ivmai-JGs/[email protected]>
| Newsgroups | gmane.comp.programming.garbage-collection.boehmgc |
|---|---|
| Message-ID | <[email protected]> |
Hello Amos, I suggest to add -f option. "make distclean" should be safe. (I'm not sure about 2-years old commit though, rm is definitely safer) Tuesday, 19 Nov 2013, 11:06 -08:00 from Amos Wenger <[email protected]>: > > Hello Ivan, > I'll happily bisect it using a cross-compiler (mingw on Windows is too slow for that). I'm planning on using 'git bisect run' to automate that, but I need your advice on something. Previously, to get the "git source" version of bdwgc to compile, I ran 'autoreconf -i' in both libatomic_ops and bdwgc - and then usual ./configure and make steps. Is that correct or is there a better way to get the repos in a buildable state? > Also - in between each test, I'd like to know how to clean up properly. I have a limited knowledge of autotools, which doesn't help. Thanks in advance! > — > Reply to this email directly or view it on GitHub .