On Sat, 24 Nov 2001 13:57:47 -0700, "D. C. Sessions" <dcs@lumbercartel.com> wrote: >*** Note: You have cups runtime libraries, but no development >*** libraries. Install the cups-devel package or whichever package >*** contains cups.h to enable CUPS support in WINE. All right then, create a file called conftest.c containing just : #include <cups/cups.h> then enter gcc -c conftest.c what is the output if any ? Gerard