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.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to