Next: , Previous: , Up: Problems with make   [Contents][Index]


8.2.3 Can’t find compiler_version.h

The coNCePTuaL build process currently requires make to be executed before make install . Skipping the make step results in a compiler_version.h error resembling the following:

logfilefuncs.c:18:30: compiler_version.h: No such file or directory

Ergo, make sure always to run make before running make install.

Scott Pakin, pakin@lanl.gov