[LLVMdev] Error building llvm on AIX 7.1
Krzysztof Parzyszek
kparzysz at codeaurora.org
Thu Oct 25 13:29:38 PDT 2012
On 10/25/2012 2:58 PM, sunilsaggar wrote:
> Pardon my ignorance but i didn't understand what it means by building it from
> separate directory ..
>
> # pwd
> /usr/llvm/llvm-3.1.src ===> entire source code is extracted here ..
> #gmake
I meant this:
$ mkdir /path/to/build-dir
$ cd /path/to/build-dir
$ /path/to/sources/configure -foo -bar -blah -etc
$ make all
$ make install
In other words, make the build process put output files somewhere
outside of the source tree.
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-dev
mailing list