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 check => cannot find -lsubunit #33

Closed
tseemann opened this issue Oct 29, 2015 · 2 comments
Closed

make check => cannot find -lsubunit #33

tseemann opened this issue Oct 29, 2015 · 2 comments
Labels

Comments

@tseemann
Copy link
Contributor

% make check

<snip>
/usr/bin/ld: cannot find -lsubunit
collect2: error: ld returned 1 exit status
make[2]: *** [run-all-tests] Error 1
@andrewjpage andrewjpage added the bug label Nov 6, 2015
@tillea
Copy link

tillea commented Nov 25, 2015

On a Debian (derived) system just install libsubunit-dev. If you are trying to build a Debian package add this to the Build-Depends.

How to gather this knowledge

apt-file search libsubunit

will tell you in what package the missing library can be found.

Kind regards

   Andreas.

@andrewjpage
Copy link
Member

i've removed subunit temporarily since it breaks on osx and older versions of ubuntu. I'll have to think about this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants