Hi Matt,

> On  my system, the congigure script doesn't find GGI or SDL. This isn't a
> problem, but I noticed the following line while compiliing:
> 
> ar cru libscidrivers.a ggi_driver.o xlib_driver.o gfx_drivers.o
> sdl_driver.o
> 
> Should it link in the ggi and sdl object files if the headers, etc aren't
> present on my system? Will those object files even build properly without
> the header files being present?

In that case, both ggi_driver.o and sdl_driver.o should be practically
empty, as their body is #ifdef'd out (the same applies to the secton
in gfx_drivers.o where their names appear for the global list of gfx
drivers).

llap,
 Christoph

Reply via email to