Build for Mac?
Created by: GoogleCodeExporter
What steps will reproduce the problem?
On a Mac:
1. svn checkout http://word2vec.googlecode.com/svn/trunk/
2. make
What is the expected output?
Binary is emitted.
What do you see instead?
pindari:word2vec pmonks$ make
gcc word2vec.c -o word2vec -lm -pthread -Ofast -march=native -Wall
-funroll-loops -Wno-unused-result
cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-Wno-unused-result"
word2vec.c:1: error: bad value (native) for -march= switch
word2vec.c:1: error: bad value (native) for -mtune= switch
make: *** [word2vec] Error 1
pindari:word2vec pmonks$
What version of the product are you using?
SVN r32
On what operating system?
Mac OSX 10.8.4
Original issue reported on code.google.com by peter.mo...@alfresco.com
on 15 Aug 2013 at 5:45