-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: support mingw/cygwin makefile cmake target with cl compiler, for make -j #71
Comments
From [email protected] on March 06, 2009 08:23:55 xref http://www.cmake.org/pipermail/cmake/2006-December/012199.html They talk about using cygwin gnu make with cl, how you need a patched gnu Windows: Linux: |
From [email protected] on March 11, 2009 14:48:35 The way to get this to work is to use the native Windows cmake to get the right seq => 1:40.39 (why so much slower than pre-cmake? the status updates?) hand-removing the status updates which were indeed quite slow w/ cygwin (separate I tried mingw make, which is faster than cygwin make, but its -j support wasn't
|
From [email protected] on March 11, 2009 15:57:52 I filed a CMake bug requesting an option to disable progress+status messages: http://www.cmake.org/Bug/view.php?id=8726 |
From [email protected] on March 11, 2009 17:30:56 r86 has instructions for building in parallel on Windows and re-instates make.exe I gave up on mingw as its sh.exe doesn't run very well on 64-bit XP (I can run it Status: Verified |
From [email protected] on April 16, 2009 06:47:09 Update: msys 1.0.11 (tech preview: still in beta) fixes the bug on xp64 and I was |
From [email protected] on March 03, 2009 18:25:20
now that we have cmake we can support different build system targets
to get parallel builds we should try mingw or cygwin makefile target from
cmake but using the cl compiler
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=71
The text was updated successfully, but these errors were encountered: