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

Compiling with -dynamic jemalloc fails #3741

Closed
AtnNn opened this issue Feb 5, 2015 · 1 comment
Closed

Compiling with -dynamic jemalloc fails #3741

AtnNn opened this issue Feb 5, 2015 · 1 comment
Assignees
Milestone

Comments

@AtnNn
Copy link
Member

AtnNn commented Feb 5, 2015

Compiling with -dynamic jemalloc always fails due to a bug in the make file.

$ ./configure -dynamic jemalloc
jemalloc:                       -ljemalloc
$ make
    [363/370] LD build/release/rethinkdb
Failed to link in jemalloc.
make[1]: *** [build/release/rethinkdb] Error 1

The make file correctly links jemalloc but then incorrectly tries to verify that is has been linked statically.

@AtnNn
Copy link
Member Author

AtnNn commented Feb 11, 2015

Fixed in ceaa211

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

1 participant