Closed larsbrinkhoff closed 4 years ago
Hello,
The use of gcc is hard coded in the makefile. Some platforms does not have gcc installed. I suggest using $(CC) which should be the right C compiler.
gcc
$(CC)
Changed and tested.
Thanks!
Hello,
The use of
gcc
is hard coded in the makefile. Some platforms does not have gcc installed. I suggest using$(CC)
which should be the right C compiler.