0

I have a windows 7-64bit computer and I am trying to build OpenBlas library through Msys2.

There seems to be some problem with the gcc as after installing minGW and unziped OpenBlas folder, I open msys2 and I navigate to the folder where OpenBlas is located. I type the command make and I get this error:

make: gcc: Command not found make: *** [getarch] Error 127

thor
  • 21,418
  • 31
  • 87
  • 173
Danai Tri
  • 119
  • 3
  • 13

1 Answers1

2

See our PKGBUILD for openblas: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-openblas/PKGBUILD#L33

Alexey Pavlov
  • 326
  • 1
  • 1