When running 'make install' for a project that installs a very long list of headers, I get this error:
test -z "/aaronwl/cs/awl/install/include/awl" || mkdir -p -- "/aaronwl/cs/awl/install/include/awl" make[3]: execvp: /bin/bash: Argument list too long make[3]: *** [install-nobase_pkgincludeHEADERS] Error 127 What is the preferred way of fixing this? Aaron W. LaFramboise