For everyone interested :
On 64 bit debian systems you need to install the X11 compatibility libraries
with
sudo apt-get install libx11-dev:i386
sudo apt-get install libxext-dev:i386
The same syntax is for the other libraries mentioned by David necessary.
Afterwards it compiles without probl
Thanks for your fast reply,
I'll try to find the way to install X11 compatibility libraries for debian 64
bit systems.
>
> a) When I typed fshalt I got an error that I don't have permissions to
> call /bin/echo. It seems like echo from the host system was called
> instead of echo fr
> While looking for a way to exchange files between a linux system and an
> hosted virtual machine running plan9 I found vx32 and 9vx. I couldn't
> master to compile it under a 64 bit Linux cause libX11 was missing as a
> compatible 32 bit library so I installed a 32 bit linux and everthing
> c