You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. svn checkout http://word2vec.googlecode.com/svn/trunk/
2. cd trunk
3. make
What is the expected output? What do you see instead?
cc1: error: invalid option argument '-Ofast'
make: *** [word2vec] Erreur 1
What version of the product are you using? On what operating system?
revision 34. Debian Squeeze.
Original issue reported on code.google.com by [email protected] on 4 Oct 2013 at 11:49
The text was updated successfully, but these errors were encountered:
I am on ubuntu and my gcc version is gcc version 4.5.2 (GCC)
and I am on ubuntu 12.04
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise
make
gcc word2vec.c -o word2vec -lm -pthread -Ofast -march=native -Wall
-funroll-loops -Wno-unused-result
cc1: error: invalid option argument ‘-Ofast’
make: *** [word2vec] Error 1
Original comment by auduwage on 18 Oct 2013 at 10:13
Original issue reported on code.google.com by
[email protected]
on 4 Oct 2013 at 11:49The text was updated successfully, but these errors were encountered: