- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all -
I wanted to package Intel-tbb for a Linux distro based on musl libc (instead of the normal glibc).
The compile fails because musl doesn't supply the mallinfo struct.
Has anybody been able to compile/use intel-tbb on a non-glibc Linux distro?
Thanks in advance!
-John
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using the malloc proxy (to replace all uses of malloc() etc. with TBB's scalable allocator)? If not, try changing "#define MALLOC_UNIXLIKE_OVERLOAD_ENABLED __linux__" to "#define MALLOC_UNIXLIKE_OVERLOAD_ENABLED 0" at or around src/tbbmalloc/proxy.h:24 (not tested).

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page