Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile LNFL (source files are not in repository) #11

Closed
pochedls opened this issue Mar 24, 2021 · 2 comments
Closed

Cannot compile LNFL (source files are not in repository) #11

pochedls opened this issue Mar 24, 2021 · 2 comments

Comments

@pochedls
Copy link

When I try to build LNFL, I get the following error:

make[1]: *** No rule to make target `util_gfortran.f90', needed by `build'.  Stop.
make: *** [linuxGNUsgl] Error 2

I believe this occurs because the files in LNFL/src/ are symbolic links and not actual fortran files. When I copy in an old util_gfortran.f90 file, I am able to compile LNFL.

@pernak18
Copy link
Member

@pochedls when you cloned the LNFL repository, did you use the --recursive keyword?

@pochedls
Copy link
Author

@pochedls when you cloned the LNFL repository, did you use the --recursive keyword?

I did not, I just fixed this and was able to compile. Thank you for replying so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants