Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] bsd/gmake in Jessie (was: Check for gmake)



> [jessie] user error: Jessie subprocess failed: make -f bin_copy.makefile gui
>
> Obviously the problem there is with 'make -f'.
>
> Any ideas for a possible solution?

If by "solution" you mean "ugly workaround", how about inserting in
your PATH the name of a directory with a shell script named "make"
that calls:
gmake "$@"

Pascal