On Wednesday, September 13, 2006 6:06 AM Tim Daly wrote: > > > > > someone should patch noweb's build process. > > > it uses a non-standard build procedure. >
I agree, but it seems that you just can't teach an old dog new tricks ... ;) > The standard is to do > ./configure > make > > but in noweb you need to change to a build directory and then > do > > cd build > ../configure > make > > trivial, but annoying, forcing you to read the docs and you know > how i hate documentation :-) > Actually noweb is more non-standard than that. 'noweb-2.11b' from the master distribution does not contain any 'configure' option at all. The entire source distribution is in the 'src' subdirectory and you have to edit the 'Makefile' manually before typing 'make all'. Or you can write a simple shell script like the example 'nwmake'. Regards, Bill Page. _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
