cosmonim icon indicating copy to clipboard operation
cosmonim copied to clipboard

A Nim template to compile your code with the Cosmopolitan libc

Results 4 cosmonim issues
Sort by recently updated
recently updated
newest added

Here's the error that I'm getting: ``` /usr/bin/ld.bfd: errno: TLS reference in /usr/lib64/libm-2.34.a(w_pow.o) mismatches non-TLS reference in /home/ajusa/.cache/nim/main_d/stdlib_io.nim.c.o /usr/bin/ld.bfd: /usr/lib64/libm-2.34.a: error adding symbols: bad value collect2: error: ld returned 1...

Looks like as of Cosmopolitan 3.1 (and maybe 3?) https://github.com/jart/cosmopolitan/releases/tag/3.1 `cosmocc` is included as a C compiler that uses Cosmopolitan for building binaries. That might be an easier way to...

Hi, Any reason to not merge asynchttpserver diff into Nim stdlib, and have cosmopolitan support from compiler, like have for musl?

enhancement