Skip to content
Prev 1135 / 12125 Next

[R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found

It?s solved! Changing ?ar? to ?$(AR)? in the Makefile along with adding AR="$(AR)" to @(cd libmseed && $(MAKE) static CC="$(CC)" CFLAGS="$(CFLAGS)") in the Makevars.win fixed the problem.

Thank you!
Gillian Sharer