-
Notifications
You must be signed in to change notification settings - Fork 486
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
can you provide .so for me to use #244
Comments
My email is [email protected] |
Bazel is currently the only supported build system and we do not provide prebuilt binaries. |
google/tcmalloc is much more difficult to compile than gperftools/tcmalloc
…------------------ Original ------------------
From: Chris Kennelly ***@***.***>
Date: Wed,Jul 24,2024 9:49 PM
To: google/tcmalloc ***@***.***>
Cc: zhengxin1238123 ***@***.***>, Author ***@***.***>
Subject: Re: [google/tcmalloc] can you provide .so for me to use (Issue #244)
Closed #244 as completed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
it's really hard to convert a .lo to .so, I cannot find way to do it, maybe need write a scripts |
for anyone who need:
|
can use below command generate a lib
then use
|
I did something similar to you. There is a simple method found in #27 the weird thing, and I think that I will need to meditate on that... it is that I can LD_PRELOAD the so with your method but the with the so generated in the bazel way...
I have found the source of this mysterious behavior: |
The environment meets the requirements,but it cannot be compiled ,If you can provide .so directly, I can use it directly. Thanks very much!
The text was updated successfully, but these errors were encountered: