[fpc-devel] fpc.cfg and apache-modules
Joost van der Sluis
joost at cnoc.nl
Wed Feb 25 22:33:13 CET 2009
Hi all,
The fpc.cfg file contains a section with some defines to choose which
apache units should be used.
But they are pointless, because the paths for all the different
apache-versions are included in the -Fu lines below the mentioned
section in fpc.cfg.
I've fixed this issue by moving the apache-section below the general
-Fu-section. Because it seems that the compiler searches the given -Fu
lines backwards.
I don't know if the compiler always searches the provided paths
backwards, but if it does, it can be solved by changing the default
fpc.cfg (samplecfg) so that the apache-section is below the general
Fu-section...
Joost.
More information about the fpc-devel
mailing list