[Issue 24360] New: Cannot use TCC as C compiler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 29 12:40:05 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24360

          Issue ID: 24360
           Summary: Cannot use TCC as C compiler
           Product: D
           Version: D2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: alphaglosined at gmail.com

If you install TCC for use as the C compile (CC), it'll generate the following
error:

```
tcc: error: invalid option -- '-Xlinker'
```

It would be nice to not have to use GCC for things like docker containers.

--


More information about the Digitalmars-d-bugs mailing list