configure script generates $POCO_BASE/config.make
while $POCO_BASE/rules/global (line 28) includes $POCO_BASE/config.build :
- Code: Select all
sinclude $(POCO_BASE)/config.build
When I change the above line to $(POCO_BASE)/config.make, I get following error:
- Code: Select all
gmake
gmake -C /home/alex/poco-1.3.6/Foundation
gmake[1]: Entering directory `/home/alex/poco-1.3.6/Foundation'
gmake[1]: *** No rule to make target `libexecs', needed by `poco'. Stop.
gmake[1]: Leaving directory `/home/alex/poco-1.3.6/Foundation'
How is config.make used at all?





