Hello,

I'd like to know if it is possible to use csc with clang as a C compiler. I started with a simple scheme "program" hello,scm
(write 42)
csc hello.scm compiled fine and really printed 42 !
csc -cc clang hello.scm
also compiled fine but the resulting executable did nothing
but to use almost 100% CPU.

I tested this on Linux/Ubuntu with
csc
Version 4.6.0
linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
compiled 2011-05-01 on crested (Linux)

and clang
clang version 2.9 (tags/RELEASE_29/final)
Target: x86_64-pc-linux-gnu
Thread model: posix

as well as on Windows 7 with cygwin.

Any idea what's wrong?

Burkhard

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to