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

make -j does not work #18

Open
djgroen opened this issue Jun 4, 2014 · 1 comment
Open

make -j does not work #18

djgroen opened this issue Jun 4, 2014 · 1 comment

Comments

@djgroen
Copy link
Owner

djgroen commented Jun 4, 2014

Why is this, and how can we solve it?

@blootsvoets
Copy link

Hi Derek,

I don't know the specifics of the problem, but this can happen when the Networked file system is not synchronized fast enough between make threads. We solved it by running
make -j 4; make

So any uncompiled files are compiled afterwards.

Best wishes,

Joris

Op 4 jun. 2014 om 10:02 heeft Derek Groen notifications@github.com het volgende geschreven:

Why is this, and how can we solve it?


Reply to this email directly or view it on GitHub.

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