Re: Building of extended nbd fails on ppc

2003-04-25 Thread Brad Boyer
On Fri, Apr 25, 2003 at 10:39:11AM +0200, Michael Schmitz wrote: > The SMP_ISYNC is just a plain isync on SMP systems. On non-SMP systems it > should be safe to use these functions. On SMP systems, the isync might > prevent this (privileged instruction, perhaps -- BenH??). > Maybe only the SMP_ISYN

Re: Building of extended nbd fails on ppc

2003-04-25 Thread Michael Schmitz
> The build process stops at the following line: > (By the way, I'm using kernel-2.4.20-ben10 on an iBook v2.2) > > gcc -o enbd-server enbd-server.o socket.o logging.o alarm.o file.o\ > select.o fileserver.o db.o stream.o ioctl.o ipaddrfile.o pidfile.o\ > interface.o lockfile.o md5.o lock.o shmem.

Building of extended nbd fails on ppc

2003-04-17 Thread Frank Klingenhoefer
Hi, I tried to build the extended network block device system which can be found at . The build process stops at the following line: (By the way, I'm using kernel-2.4.20-ben10 on an iBook v2.2) gcc -o enbd-server enbd-server.o socket.o logging.o alarm.o file.o\ s