Re: [systemd-devel] systemd m4 library complex systemd example, and coccinelle conversion

2014-06-25 Thread Luis R. Rodriguez
On Wed, Jun 25, 2014 at 11:32 AM, Cristian Rodríguez wrote: > El 25/06/14 13:00, Luis R. Rodriguez escribió: >> On Wed, Jun 25, 2014 at 9:45 AM, Cristian Rodríguez >> wrote: >>> El 12/06/14 21:04, Luis R. Rodriguez escribió: >>> - If you want to use the dynamic link loader you should use

Re: [systemd-devel] systemd m4 library complex systemd example, and coccinelle conversion

2014-06-25 Thread Cristian Rodríguez
El 25/06/14 13:00, Luis R. Rodriguez escribió: > On Wed, Jun 25, 2014 at 9:45 AM, Cristian Rodríguez > wrote: >> El 12/06/14 21:04, Luis R. Rodriguez escribió: >> >>> - If you want to use the dynamic link loader you should use >>> AX_AVAILABLE_SYSTEMD() but must then ensure to use -rdyna

Re: [systemd-devel] systemd m4 library complex systemd example, and coccinelle conversion

2014-06-25 Thread Luis R. Rodriguez
On Wed, Jun 25, 2014 at 9:45 AM, Cristian Rodríguez wrote: > El 12/06/14 21:04, Luis R. Rodriguez escribió: > >> - If you want to use the dynamic link loader you should use >> AX_AVAILABLE_SYSTEMD() but must then ensure to use -rdynamic -ldl >> when linking, if using automake autot

Re: [systemd-devel] systemd m4 library complex systemd example, and coccinelle conversion

2014-06-25 Thread Cristian Rodríguez
El 12/06/14 21:04, Luis R. Rodriguez escribió: > - If you want to use the dynamic link loader you should use > AX_AVAILABLE_SYSTEMD() but must then ensure to use -rdynamic -ldl > when linking, if using automake autotools will deal with this for you, > otherwise you must ensur

Re: [systemd-devel] systemd m4 library complex systemd example, and coccinelle conversion

2014-06-23 Thread Lennart Poettering
On Thu, 12.06.14 18:04, Luis R. Rodriguez (mcg...@do-not-panic.com) wrote: > Hey folks, > > so I've been working on getting systemd support on xen for a bit now > and thanks to the last suggestion about the launcher here on > systemd-devel I think we're on the final stretch now. I'll be > submitt

[systemd-devel] systemd m4 library complex systemd example, and coccinelle conversion

2014-06-12 Thread Luis R. Rodriguez
Hey folks, so I've been working on getting systemd support on xen for a bit now and thanks to the last suggestion about the launcher here on systemd-devel I think we're on the final stretch now. I'll be submitting a v6 PATCH series shortly which I think should be the last if not close to the last