[Errno 2] No such file or directory .......in debian

Asked by daniel camargo

I have debian system, and when I complile the launch I have.....

Error detected in "generate_events run_01"
write debug file /home/daniel/MadGraph5_v1_5_0/PROC_sm_3/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/madgraph5
MadGraph5Error : Impossible to compile /home/daniel/MadGraph5_v1_5_0/PROC_sm_3/Source directory
 Trying to launch make command returns:
     [Errno 2] No such file or directory
 In general this means that your computer is not able to compile.

Please help me !

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#1

This usually happen on Mac when gmake is not install.
On Linux gmake is suppose to be install so this weird.

So
1) do you have gmake install?
2) what happen if you do the following:
cd /home/daniel/MadGraph5_v1_5_0/PROC_sm_3/Source
make

Cheers,

Olivier

Revision history for this message
daniel camargo (dacamargov) said :
#2

Thanks Oliver for your advices, the installation of "make" was the solution of my problem.

best

daniel

Revision history for this message
daniel camargo (dacamargov) said :
#3

Thanks Olivier Mattelaer, that solved my question.