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

/usr/bin/ld: cannot find -lreplication #6

Open
km3945 opened this issue May 2, 2017 · 2 comments
Open

/usr/bin/ld: cannot find -lreplication #6

km3945 opened this issue May 2, 2017 · 2 comments

Comments

@km3945
Copy link

km3945 commented May 2, 2017

/usr/bin/ld: cannot find -lreplication
collect2: error: ld returned 1 exit status
checked program was:
/* begin */
 1: #include "ruby.h"
 2: 
 3: /*top*/
 4: extern int t(void);
 5: int main(int argc, char **argv)
 6: {
 7:   if (argc > 1000000) {
 8:     printf("%p", &t);
 9:   }
10: 
11:   return 0;
12: }
13: 
14: int t(void) { ; return 0; }
/* end */
@AxellH
Copy link

AxellH commented May 29, 2018

same error /usr/bin/ld: cannot find -lreplication

@mattiashem
Copy link

same error

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

3 participants