Closed UnivexDont closed 1 year ago
Is there any particular reason you're not using make?
I think your issues is that you're not compiling indicators.c
and candles.c
before passing to ar
on the first command line. Also, passing in the .h
files to ar shouldn't be necessary.
Alternatively, you can just use tiamalgamation.c
. e.g. gcc tiamalgamation.c sample.c -o sample
When build with m1 MackBookPro ,I got a error!!!!