stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Compilation Error #95

Closed christianfong closed 7 years ago

christianfong commented 7 years ago

When I try to run the make file, I keep getting the following error:

undefined reference to 'posix_memalign'

collect2.exe: error: ld returned 1 exit status

Do you guys have any idea what this might be or how I could fix it?

stevenluda commented 6 years ago

Same error occurred. Why is this closed without any comment?