From: Rafael L. <lab...@ps...> - 2003-02-03 20:45:20
|
* João Cardoso <jc...@fe...> [2003-02-03 17:12]: > We could then deploy the script on the several platforms once a day > during the busy pre-release period or whenever major configurations > changes occur. The script should do a cvs checkout and several > configure/make/test phases, sending the results by mail to the list (or > the user). Nice idea. For testing the building system for all combinations of double/single precision and static/dynamic drivers, I wrote such a script. I will eventually commit it the the scripts directory. > Running automake (GNU automake) 1.6.3...configure.ac:425: `automake > requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER' > done Please, use the latest version of automake (1.7). > 2 - Also, when configure reaches libbltdl it does not uses the configure > cache, which can make configure faster: I will take a look at this. > make[3]: Entering directory `/home/jcard/plplot/bindings/python' > python -o plplotcmodule_p_double.c -c++ -DPL_DOUBLE \ > plplotcmodule.i > Unknown option: -o No idea about this. Alan? -- Rafael |