You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
Hi,
The code in `src/pmemcommen.inc` makes use of `uname`. This is naive; it assumes the build system is the deployment system. Hence, when cross-compiling for Linux on a Mac (as I have been for sometime for a particular Rust project) now breaks.
A possible simple solution might be for the makefile system takes a HOST argument, and uses this in `pmemcommen.inc` and also passes it to jemalloc.cfg as an additional `--host` parameter.
Raph
Janek Mi
unread,
Jan 4, 2018, 5:50:10 AM1/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message