[rust-dev] Daemonizing a process

2014-07-08 Thread Gulshan Singh
Is there currently any way to daemonize a process in Linux? I was using the `daemon` function in C: http://man7.org/linux/man-pages/man3/daemon.3.html. I asked in the IRC but I didn't get a response. ___ Rust-dev mailing list Rust-dev@mozilla.org https://

Re: [rust-dev] Impending change in RPATH behavior when linking to Rust dynamic libraries

2014-07-08 Thread Brian Anderson
Yes, it does. On 07/08/2014 04:41 PM, Simon Sapin wrote: On 08/07/14 23:57, Brian Anderson wrote: *Running rustc directly from the build directory will no longer work by default*. To do this either set LD_LIBRARY_PATH or pass --enable-rpath to the configure script. Does this also apply to run

Re: [rust-dev] Impending change in RPATH behavior when linking to Rust dynamic libraries

2014-07-08 Thread Simon Sapin
On 08/07/14 23:57, Brian Anderson wrote: *Running rustc directly from the build directory will no longer work by default*. To do this either set LD_LIBRARY_PATH or pass --enable-rpath to the configure script. Does this also apply to running a (nightly) binary distribution from where the tarbal

[rust-dev] Impending change in RPATH behavior when linking to Rust dynamic libraries

2014-07-08 Thread Brian Anderson
Hi. Very soon now the way rustc links crates dynamically is going to change[1], and it will impact the way you work with Rust in some important cases. The TL;DR is that rustc will no longer encode RPATH information in the binaries it produces, so the dynamic linker will be less likely to find