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 in OSX and CentOS #1

Open
somnath-bhowmick opened this issue Jun 20, 2020 · 3 comments
Open

Compilation in OSX and CentOS #1

somnath-bhowmick opened this issue Jun 20, 2020 · 3 comments

Comments

@somnath-bhowmick
Copy link

I am trying to compile the code in OSX and CentOS. In both cases, the compilation is not successful. Here are the error messages:

Linking cosims
clang: error: no such file or directory: 'bin/src/PCM_Cluster.o'
clang: error: no such file or directory: 'bin/src/VelocityDistribution.o'
clang: error: no such file or directory: 'bin/src/diffEqSolver.o'
clang: error: no such file or directory: 'bin/src/eigen3D.o'
clang: error: no such file or directory: 'bin/src/fileParams.o'
clang: error: no such file or directory: 'bin/src/forceAccel.o'
clang: error: no such file or directory: 'bin/src/impactParam.o'
clang: error: no such file or directory: 'bin/src/main.o'
clang: error: no such file or directory: 'bin/src/molecule2.o'
clang: error: no such file or directory: 'bin/src/monteTraj.o'
clang: error: no input files
Done

And on CentOS:

\nLinking cosims
g++: bin/src/diffEqSolver.o: No such file or directory
g++: bin/src/eigen3D.o: No such file or directory
g++: bin/src/fileParams.o: No such file or directory
g++: bin/src/forceAccel.o: No such file or directory
g++: bin/src/impactParam.o: No such file or directory
g++: bin/src/main.o: No such file or directory
g++: bin/src/molecule2.o: No such file or directory
g++: bin/src/monteTraj.o: No such file or directory
g++: bin/src/PCM_Cluster.o: No such file or directory
g++: bin/src/VelocityDistribution.o: No such file or directory
g++: no input files
Done

Maybe some files missing in the master? In both cases, the is no execuitable.

@ChristopherAMyers
Copy link
Owner

It looks like the object files aren't bring compiled correctly before linking. Can you verify your version of CentOS and compiler? Are you using the makefile or manually compiling the code?

1 similar comment
@ChristopherAMyers
Copy link
Owner

It looks like the object files aren't bring compiled correctly before linking. Can you verify your version of CentOS and compiler? Are you using the makefile or manually compiling the code?

@somnath-bhowmick
Copy link
Author

I am on CentOS 6.6. I could manage to install it by manually compiling. Makefile did not work.

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