In addition to the configure
options listed in the previous
section, there are a few things that can be affected at compile-time
with C definitions, rather than with configure
. Using any of
these is unusual.
To specify extra compiler flags (`-Dname' in this case), the simplest thing to do is:
make XCFLAGS="ccoptions"
You can also set the CFLAGS
environment variable before
running configure
. See section `configure environment' in Kpathsea.
Anyway, here are the possibilities:
Go to the first, previous, next, last section, table of contents.