Answer the question
In order to leave comments, you need to log in
Is it possible to make the ./configure script work with all kernels?
I often collect software from source. Since the laptop is weak (2 cores), I take a powerful VDS hourly (or minutely). Today I wanted to build haiku OS. To build this OS, you need to clone 2 repositories. The first is buildtools (there are different utilities and gcc), the second is actually haiku OS. First you need to configure the project:
../configure --cross-tools-source ../../buildtools --build-cross-tools x86_64
jam -q -j2 @nightly-raw #-j2 - количество ядер
jam -q -j8 @nightly-raw
loads all the cores to the eyeballs.
Answer the question
In order to leave comments, you need to log in
Ha, it's pretty simple! You can pass the -j8 option to configure!
../configure -j8 --cross-tools-source ../../buildtools --build-cross-tools x86_64
Works! Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question