Skip to content

make: mismatch in behavior launching cmd #326

@WardBrian

Description

@WardBrian

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>)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions