Attempting to build BVLC/Caffe computer vision machine learning framework (https://github.com/BVLC/caffe)
Has anyone gotten Caffe built in FreeBSD? What steps are needed to successfully build?
- Installed all the dependencies including GCC 4.9.4
- Created Makefile.config
- Modified the Makefile by substituting FreeBSD for Linux in "Configure build" section (lines #242+), revised (#257) - CXX ?= /usr/local/bin/g++
Code:
$ gmake
Makefile:314: *** Cannot static link with the c++ compiler. Stop.