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

README: build requirements, -lpthreads fix #38

Merged
merged 1 commit into from
Dec 9, 2014
Merged

README: build requirements, -lpthreads fix #38

merged 1 commit into from
Dec 9, 2014

Conversation

timholy
Copy link
Contributor

@timholy timholy commented Dec 9, 2014

Based on #27 (comment)

Keno added a commit that referenced this pull request Dec 9, 2014
README: build requirements, -lpthreads fix
@Keno Keno merged commit 24adaa8 into JuliaInterop:master Dec 9, 2014
```sh
USE_SYSTEM_LIBM=1
LLDB_VER=master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be prefixed with 'override'?

@sjkelly
Copy link
Contributor

sjkelly commented Dec 17, 2014

I also had to change the line with LLVMLibsOptions += -ledit -llldb -llldbUtility in julia/deps/llvm-svn/build_Release+Asserts/tools/lldb/tools/lldb-mi/Makefile to LLVMLibsOptions += -ledit -llldb -llldbUtility -lpthread.

@timholy
Copy link
Contributor Author

timholy commented Dec 17, 2014

Sounds like another PR is in order; better to edit the README directly than to comment here, since this is already merged.

sjkelly added a commit to sjkelly/Cxx.jl that referenced this pull request Dec 17, 2014
Based on comments in JuliaInterop#38
@sjkelly sjkelly mentioned this pull request Dec 17, 2014
@sjkelly
Copy link
Contributor

sjkelly commented Dec 17, 2014

Sounds good. I just wanted to make sure the changes seemed legitimate.

Updated in #42

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

Successfully merging this pull request may close these issues.

None yet

3 participants