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

Compilation issue #5

Open
fpestana-git opened this issue Jun 2, 2022 · 1 comment
Open

Compilation issue #5

fpestana-git opened this issue Jun 2, 2022 · 1 comment

Comments

@fpestana-git
Copy link

Hi @rknegjens and @dpgeorge. I am quite new when it comes to C/C++ programming. I am currently using a MacOS and I am facing issues when running the make command on the nbody/util folder. Most likely, the compiler that is being used is not completely compatible with C code.
Do you remember which version of the C compiler and which operating system did you use?
Thank you a lot!

@rknegjens
Copy link
Member

@fpestana-git the Makefile specifies gcc as the c compiler (the CC variable) and gnu99 as the standard. We use linux to run Paperscape, but compilation should work on other unix-like OSes too, e.g. MacOS, and other c compilers such as clang.

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