Replies: 1 comment 1 reply
-
|
Hi, if the Makefile was not generated, it is most likely that you had some kind of failure when you ran the ./configure script. Please check the output of this script on your terminal to see what went wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
My environment is WSL running Ubuntu 24.04.
I tried installing TRUST-1.9.7 following the First method steps in README, including initializing the TRUST environment,
(The configuration commands I've tried include
./configure -disable-mpiand./configure $OPTIONS.)env/machine.env is also generated
but I couldn't use commands like
make,make optim, ormake check, whether in the project root directory or in env, env_src.(my $TRUST_ROOT is
/home/weber/projects/TRUST-1.9.7)Executing
makein the project root directory will output: [make: *** No targets specified and no makefile found. Stop.]Executing
makein theenvorenv_srcdirectory will output the following result:[makefile:6: /home/weber/projects/TRUST-1.9.7/env/make.libso: No such file or directory]make: *** No rule to make target '/home/weber/projects/TRUST-1.9.7/env/make.libso'. Stop.]
I also tried installing TRUST-1.9.6 and encountered the same problem.
What is the correct way to use it? Thank you.
P.S. I've attached my project file directory.

Beta Was this translation helpful? Give feedback.
All reactions