Jason Tishler <[EMAIL PROTECTED]> writes:
> The bottom line is should I be using
>     make -C src/include install-all-headers
> instead of
>     make -C src/include install
> or is PoPy's use of non-client-side headers incorrect?

If PoPy is client-side code and not something that loads into the
server, then I'd discourage it from using any headers that are not
installed by default in 7.1.  Which headers are in question here,
and what breaks if you don't include them?

As for your more general question, what you need to answer is whether
you expect users of the Cygwin distribution to be doing server-side
code development.  If they are, they'll want the full header tree.
Otherwise it's just clutter.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to