Download raw body.
[portable] Minor complaints
Thomas Adam: > > (1) The build lines are absurdly long, like 3200+ characters long. > > This really needs some sort of config.h instead of passing 130+ > > defines on the command line. > > ./configure --enable-silent-rules No, the point is to be able to see what's going on during a build and especially if something fails. Silent rules prevent that, as does too much spew. -- Christian "naddy" Weisgerber naddy@mips.inka.de
[portable] Minor complaints