Em Sáb 24 Dez 2005 03:30, DJ Delorie escreveu: > > Other issue is that there is a variable (I cant remeber the name) > > which (I suppose) you will list the supported toolkits (AFAIK > > lesstif is the only one now) but that variable is not started... > > If you can figure out the specifics, let me know.
Sure, DJ, here it is: when running /configure --help there is a part like that: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gui= Specify the GUI to use: $hid_guis --with-printer= Specify the printer: $hid_printers --with-exporter= Enable export devices: $hid_exporters --with-x use the X Window System Look that $hid_guis, $hid_printers & $hid_exporters are started, and I cant see any other reference to them in the entire source code.