Skip to content

MinGW/cygwin paths are passed to cl.exe as option #13

Open
@GitMensch

Description

cl exe as GCC allows to specify a file as input, but cccl test.c /path/to/lib is translated to cl test.c -path/to/lib which then results in warning D9002 of cl "unknown option ignored", followed by a linker error because of the missing symbols.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions