www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 24360] New: Cannot use TCC as C compiler

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 puremagic.com
          Reporter: alphaglosined 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.

--
Jan 29