Is there a way to run ./configure with multiple cores? On my systems it takes up to three hours to run this script. So around 80% of the time is spend in compiling third party packages. Is it possible to run at least this compilation with multiple cores, so to provide something like "-j8" to them? Thomas