Re: Error in libpthread while running prog linked with libpython2.5 and libfshelp

2008-06-14 Thread Anatoly A. Kazantsev
On Sun, 15 Jun 2008 01:00:49 +0100 Samuel Thibault <[EMAIL PROTECTED]> wrote: > Hello, > > Anatoly A. Kazantsev, le Sat 14 Jun 2008 20:45:12 +0700, a écrit : > > But if I compile it with command: > > $gcc -o pytest pytest.c -lpython2.5 -lfshelp > > > > and when I run it, I get error: > > pytest:

Re: en keyboard layout

2008-06-14 Thread Samuel Thibault
Hello, Ezra Morris, le Fri 13 Jun 2008 13:22:48 +0100, a écrit : > I had a look at the archives here, but they weren't much help. > I'm running Debian GNU/Hurd in QEMU, but there doesn't seem a way to set the > keyboard language to english/gb for the Hurd console. > I installed both console-driver

Re: Error in libpthread while running prog linked with libpython2.5 and libfshelp

2008-06-14 Thread Samuel Thibault
Hello, Anatoly A. Kazantsev, le Sat 14 Jun 2008 20:45:12 +0700, a écrit : > But if I compile it with command: > $gcc -o pytest pytest.c -lpython2.5 -lfshelp > > and when I run it, I get error: > pytest: > /build/mbanck/hurd-20080607/build-tree/hurd/libpthread/pthread/pt-self.c:28: > pthread_sel

Re: GSoC: the plan for the project network virtualization

2008-06-14 Thread zhengda
zhengda wrote: Hi, Here are my current problems: 1. How many pfinet servers are allowed to connect to one hypervisor? If only one pfinet server is allowed to connect to one hypervisor, hypervisors must communicate with each other to route packets sent by pfinet servers. If

Error in libpthread while running prog linked with libpython2.5 and libfshelp

2008-06-14 Thread Anatoly A. Kazantsev
Hello. I wrote simple program. pytest.c: #include int main (void) { Py_Initialize(); return 0; } Compile it with command: $gcc -o pytest pytest.c -lpython2.5 And then it runs OK. But if I compile it with command: $gcc -o pytest pytest.c -lpython2.5 -lfshelp and when I run it, I get