-
Notifications
You must be signed in to change notification settings - Fork 316
make: mismatch in behavior launching cmd #326
Copy link
Copy link
Open
Description
I am trying to build a project that uses an older version of the Threaded Building Blocks library that uses cmd //C in a few places in their makefile.
This fails when using w64devkit, it appears to launch cmd and hang waiting for user input rather than running the command that follows. This behavior does not occur when using something like RTools or msys that provide similar environments for Windows.
It seems that cmd /C does work, but I believe that would break these other longstanding environments
As an aside, if I hack around these issues in TBB and try to proceed with the rest of my build, I get linker errors for standard library functions:
undefined reference to `std::istream::seekg(std::fpos<_Mbstatet>)'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels