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

having problems installing dstep on ubuntu 14.04 #69

Closed
dataPulverizer opened this issue Jun 23, 2016 · 2 comments
Closed

having problems installing dstep on ubuntu 14.04 #69

dataPulverizer opened this issue Jun 23, 2016 · 2 comments

Comments

@dataPulverizer
Copy link

I am attempting to build dub on Ubuntu 14.04, I have dmd v2.071.0, DUB version 0.9.25 and libclang 3.4.

When I enter $ dub build I get the output:

Linking...
/usr/bin/ld: cannot find -lclang
collect2: error: ld returned 1 exit status
--- errorlevel 1
dmd failed with exit code 1.
@mihails-strasuns
Copy link
Contributor

clang 3.4 needs to be linked as -lclang-3.4 on Ubuntu (simply modify linker flags in dub.json)

@dataPulverizer
Copy link
Author

Thanks a lot it now works!

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