Hi, thanks for keeping this project up-to-date!
I have tried to compile it on a mac m1 laptop, this is the output:
$ make clips_all
.... (lots of compile output)...
gcc -o clips main.o -L. -lclips -lm
ld clips_source/*.o -lm -dylib -arch x86_64 \
-o clips_source/libclips.so
ld: library not found for -lm
make: *** [clips_source/libclips.so] Error 1
clipsgo|master ⇒
Should I adjust something in the makefile?
Hi, thanks for keeping this project up-to-date!
I have tried to compile it on a mac m1 laptop, this is the output:
Should I adjust something in the makefile?