On Thu, 24 Jul 2014, Mike Dubman wrote:

it seems autotools related:
it tries to create link in "hooks" subfolder which does not present.

This typically occurs when you try to create a file (symlink) in a
nonexistent directory.  In such situations the make rules must ensure that
such directories exist, e.g., via

some_target: Some_prerequisite
        $(MKDIR_P) hooks
        $(LN_S) $(srcdir)/hooks/vt_unify_hooks_base.cc 
hooks/vt_unify_hooks_base.cc

Regards
Peter Breitenlohner <p...@mppmu.mpg.de>

Reply via email to