"Petros Sidiropoulos" <[EMAIL PROTECTED]> writes: > In my last message I report the errors ./configure produce, it was that I > didn't install libc0.2-dev, However, now the ./configure reports one error > among success steps, that is: > .......... > ' Cheching for X ... no > configure : error : X window system not found' > > Can anyone help on this?
Do you have any xlib6g-dev package installed? In general, if you want to compile stuff on the system, for each package "libfoo" that is installed, you want to have "libfoo-dev" installed as well. BTW, is there any easy way to invoke apt or some other package tool to make sure that *all* such -dev packages are installed? /Niels

