chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] csc / compile - how to pass things to gcc?


From: Terrence Brannon
Subject: [Chicken-users] csc / compile - how to pass things to gcc?
Date: Mon, 29 Oct 2007 03:27:28 -0400

I want all calls to gcc from Chicken csc to pass

-D__uint32_t_defined -D__int8_t_defined

but I do not know how to modify this compile call so that happens.
please advise:

(compile -O -d2 -X easyffi -s -o random-mtzig.so
         ,@(if has-exports? '(-check-imports -emit-exports 
random-mtzig.exports) '())
         random-mtzig.scm randmtzig.c -lchicken -ldl -lm)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]