linux - What happened to /usr/include/machine directory in Ubuntu 12.04? -
i'm trying build/compile old project using original makefile. when so, following error:
*** no rule make target `/usr/include/machine/param.h'
my os ubuntu 12.04. there seem plenty of param.h files, no /usr/include/machine directory. know (if any) of existing param.h files should use ?
thanks
i can't recall /usr/include/machine/
directory before... said, try /usr/include/linux/param.h
.
Comments
Post a Comment