Open
Description
I am running OS X Yosemite and I have some issues getting this code to work. Anyone figured this out?
First I got this error:
Could NOT find OpenMP (missing: OpenMP_CXX_FLAGS)
Which I fixed using the following steps:
- installing a macports version of gcc
- calling cmake with
cmake -DCMAKE_C_COMPILER=gcc-mp-4.7 -DCMAKE_CXX_COMPILER=gcc-mp-4.7 .
Then calling make
gives the following error:
[ 65%] Building C object CMakeFiles/BING_linux.dir/LibLinear/blas/dscal.c.o
Linking CXX executable BING_linux
Undefined symbols for architecture x86_64:
Metadata
Metadata
Assignees
Labels
No labels