Re: [lxc-devel] How to make lxc

2010-11-09 Thread Daniel Lezcano
On 11/09/2010 01:24 AM, Yuji NISHIDA wrote: > # rpm -q glibc > glibc-2.8-3.x86_64 > glibc-2.8-3.i686 > > Should that be the reason? > I need to add defines in utmp.c then it works. > > #define TFD_CLOEXEC O_CLOEXEC > #define TFD_NONBLOCK O_NONBLOCK hmm, weird. The man page says it is supported sin

Re: [lxc-devel] How to make lxc

2010-11-09 Thread Yuji NISHIDA
# rpm -q glibc glibc-2.8-3.x86_64 glibc-2.8-3.i686 Should that be the reason? I need to add defines in utmp.c then it works. #define TFD_CLOEXEC O_CLOEXEC #define TFD_NONBLOCK O_NONBLOCK - Yuji Nishida [email protected] On 2010/11/09, at 0:10, Daniel Lezcano wrote: > On 11/08/2010 10:48 A

Re: [lxc-devel] How to make lxc

2010-11-08 Thread Daniel Lezcano
On 11/08/2010 10:48 AM, Yuji NISHIDA wrote: > Hi > > I found the following errors which I could find every version of LXC included > git one. > > gcc -DHAVE_CONFIG_H -I. -I../../src-fPIC -DPIC -I../../src -g -O2 -Wall > -MT liblxc_so-utmp.o -MD -MP -MF .deps/liblxc_so-utmp.Tpo -c -o > liblxc

[lxc-devel] How to make lxc

2010-11-08 Thread Yuji NISHIDA
Hi I found the following errors which I could find every version of LXC included git one. gcc -DHAVE_CONFIG_H -I. -I../../src-fPIC -DPIC -I../../src -g -O2 -Wall -MT liblxc_so-utmp.o -MD -MP -MF .deps/liblxc_so-utmp.Tpo -c -o liblxc_so-utmp.o `test -f 'utmp.c' || echo './'`utmp.c utmp.c: I