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 #2

Closed
danielmawhirter opened this issue Mar 25, 2016 · 3 comments
Closed

Compilation Issue #2

danielmawhirter opened this issue Mar 25, 2016 · 3 comments

Comments

@danielmawhirter
Copy link

When running make, I get the following output

g++ -O3 -fopenmp -ffast-math -funroll-loops -fno-strict-aliasing -fomit-frame-pointer -fexpensive-optimizations -funroll-loops -fmove-loop-invariants -fprefetch-loop-arrays -ftree-loop-optimize -ftree-vect-loop-version -ftree-vectorize -o pgd graphlet_driver.o graphlet_utils.cpp graphlet_core.cpp graphlet_rand.cpp
graphlet_driver.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [pgd] Error 1

Is this an issue with my environment's setup or with the build process? I got the same error on two machines.
Thanks

@nkahmed
Copy link
Owner

nkahmed commented Mar 25, 2016

What is your gcc version?

@danielmawhirter
Copy link
Author

4.8.4
make all works successfully, so I would humbly suggest that the documentation reflect that. Thank you for your quick reply

@nkahmed
Copy link
Owner

nkahmed commented Mar 28, 2016

Thanks for the feedback!

On Fri, Mar 25, 2016 at 12:26 PM, Daniel Mawhirter <notifications@github.com

wrote:

4.8.4
make all works successfully, so I would humbly suggest that the
documentation reflect that. Thank you for your quick reply


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#2 (comment)

All the best,

Nesreen

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