Makefile fails to install file correctly, installing HPL

Posted by zarose on Super User See other posts from Super User or by zarose
Published on 2011-04-18T19:13:54Z Indexed on 2012/03/29 11:33 UTC
Read the original article Hit count: 286

Filed under:
|
|
|
|

I started installing HPL a while ago, and had a related question. I've been following along with this guide from Intel. I figure this warrants a whole new one. When I try to make the archive, the output seems fine until the end, where it gives an error.

make[2]: Entering directory `/hpl-2.0/src/auxil/intel64'
Makefile:47: Make.inc: No such file or directory
make[2]: *** No rule to make target `Make.inc'.  Stop.
make[2]: Leaving directory `/hpl-2.0/src/auxil/intel64'
make[1]: *** [build_src] Error 2
make[1]: Leaving directory `/hpl-2.0'
make: *** [build] Error 2

Going to the directory /hpl-2.0/src/auxil/intel64 shows a file, "Make.inc", but it's highlighted red, and the white text blinks.

Is there a way to manually make that file? What do I need to do to get the makefile to do this for me?

© Super User or respective owner

Related posts about linux

Related posts about intel