online-random-forests
online-random-forests copied to clipboard
Makefile problem
Hi, there I tried to build this program, and I found the makefile may miss sth: 1)Should $(LDFLAGS) be placed after $(OBJECTS)? 2)-lblas may be needed in LDFLAGS, otherwise it would show ' undefined reference to `daxpy_' '. thanks.