I am by no means a compiling guru. I get the following message:
make -C user CC="gcc" CFLAGS="-g -O2 -Wall -Wstrict-prototypes" LDFLAGS=""
make[1]: Entering directory `/home/hoyt/Downloads/plex86/plex86-kevin/user'
make -C plugins
make[2]: Entering directory
`/home/hoyt/Downloads/plex86/plex86-kevin/user/plugins'
make -C bochs
make[3]: Entering directory
`/home/hoyt/Downloads/plex86/plex86-kevin/user/plugins/bochs'
c++ -shared -o plugin-bochs.so io.o pc_system.o state_file.o \
iodev/libiodev.a gui/libgui.a \
-lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make[3]: *** [plugin-bochs.so] Error 1
make[3]: Leaving directory
`/home/hoyt/Downloads/plex86/plex86-kevin/user/plugins/bochs'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/hoyt/Downloads/plex86/plex86-kevin/user/plugins'
make[1]: *** [ALL] Error 2
make[1]: Leaving directory `/home/hoyt/Downloads/plex86/plex86-kevin/user'
make: *** [all] Error 2
I've lookd in the archives without success. Any advice on how to fix it?