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

Unable to build on Ubuntu 16.04 #46

Closed
gianmarcotoso opened this issue Mar 10, 2017 · 1 comment
Closed

Unable to build on Ubuntu 16.04 #46

gianmarcotoso opened this issue Mar 10, 2017 · 1 comment

Comments

@gianmarcotoso
Copy link

Sorry to open an issue but I've been hitting a wall for the past few weeks, as I cannot get aeon to compile. I've tried on 3 different servers (one of which was a fresh installation of Ubuntu 16.04) and I consistently get this error

[ 44%] Linking CXX executable connectivity_tool
/usr/bin/ld: cannot open output file connectivity_tool: Is a directory
collect2: error: ld returned 1 exit status
src/CMakeFiles/connectivity_tool.dir/build.make:108: recipe for target 'src/connectivity_tool' failed
make[2]: *** [src/connectivity_tool] Error 1
CMakeFiles/Makefile2:290: recipe for target 'src/CMakeFiles/connectivity_tool.dir/all' failed
make[1]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

I've also tried to make individual targets such as simplewallet but I get the same error, only for simplewallet instead of connectivity_tool.

@gianmarcotoso
Copy link
Author

I finally managed to compile it. I was running cmake . && make within the root folder, and the build was failing because of output filenames clashing with the names of folders already present within the root. I solved by creating a new directory called dist, moving in there and running cmake .. && make

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

1 participant