Re: [CIL users] cilly merge file problem

2015-11-04 Thread liaoyuehua
Thanks for replying back. I upgrade my CentOS distribution from 6.5 to 6.6,then get installed recent OCaml and CIL version.Now CIL works well. Thanks a lot. Liao. 2015-11-05 6:41 GMT+08:00 Gabriel Kerneis : > Le 2015-11-02 13:40, liaoyuehua a écrit : > > /usr/local/bin/cilly.nat

[CIL users] cilly merge file problem

2015-11-02 Thread liaoyuehua
Hello I am trying to merge files(demo.c and foo.c) into one, so I just type the following commands in the shell. $cilly --verbose --save-temps --merge --keepmerged demo.c foo.c -o demo cilly output like that: Preprocessing demo.c gcc -D_GNUCC -E -DCIL=1 demo.c -o ./demo.i Saving source ./demo.i