Re: [GXemul-users] problem with command line switches
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2010-04-06 07:12:09
|
Lör 2010-04-03 klockan 15:20 +0100 skrev Edwin Rhodes: > Hello just compiled ver 0.6.0 and it does not support the –X command > line option trying to run ULTRIX with X Windows > > Ultrix is installed ok but does not do x as the graphics –X command > does not work. Running the emulator under fedora 12 linux > > Is there a compile switch that is wrong? What was the output of the ./configure script? It should say something similar to: ... checking for X11 headers and libs X11 headers: -I/usr/X11R6/include X11 libraries: -L/usr/X11R6/lib -lX11 ... or /usr/local/... depending on where your X11 installation is located. Anders |