Skip to content

Error about dep.mk during compilation with make #132

@qqlovekerry

Description

@qqlovekerry

Expected behavior

No such error Makefile.gfortran.openMP:146: dep.mk: No such file or directory prompts during the compilation.

Current behavior

When make -f Makefile.gfortran.openMP is used to compile Cassandra, the error Makefile.gfortran.openMP:146: dep.mk: No such file or directory prompts at the start of the compilation process. The same error happens when compilation is carried out on another machine with make -f Makefile.intel.openMP. And it also happens with make -f Makefile.gfortran or make -f Makefile.intel.
The compilation seems to finish correctly with an executable .exe file generated without any problem to run the simulation. But it seems the Makefile should not give the error.

Steps to reproduce

Steps to reproduce the behavior:

  1. make -f Makefile.gfortran.openMP or make -f Makefile.intel.openMP

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions