Displaying 6 results from an estimated 6 matches for "mikado_282".
2013 Apr 13
0
[LLVMdev] LLVM shared library naming
Michael Young <mikado_282 at hotmail.com> writes:
> When I configure and build LLVM (on Linux - Ubuntu 12.04) with the
> "--enable-shared" option, I get a shared library named "libLLVM-3.2svn.so",
> regardless of whether I build from sources pulled from the repository
> (even when pullin...
2013 Apr 13
2
[LLVMdev] LLVM shared library naming
When I configure and build LLVM (on Linux - Ubuntu 12.04) with the
"--enable-shared" option, I get a shared library named "libLLVM-3.2svn.so",
regardless of whether I build from sources pulled from the repository
(even when pulling from "tags/RELEASE_32/final") or from the release tarballs.
Is this correct behavior?
Even if this odd naming is what is expected, why
2013 Feb 26
0
[LLVMdev] LLVM/clang 3.2 build error on Linux
I'm posting this here to document what I encountered and the solution
I found, in hopes that others may find it useful.
When building clang 3.2 on Linux (Ubuntu 12.04, 32-bit, x86 PC), I
received the following errors (messages from the make output):
...
make[4]: Entering directory `/home/youngmj/DevTools/LLVM/Version_3.2/build/tools/clang/runtime/compiler-rt'
/bin/sh: 1:
2013 Feb 24
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
I'm continuing this here in llvm-dev since the thread was started here,
but, in hindsight, it may have been better in cfe-dev, because the
problem seems to be related to clang.
I turned on "verbose" mode in make (VERBOSE=1 TOOL_VERBOSE=1) and found
that it is clang, not gcc, that is being used at this point in the make.
Based on the command issued (particularly with the --sysroot
2013 Feb 26
2
[LLVMdev] make error building llvm/clang 3.2 on Linux
Just in case someone is having similar problems and/or following this
thread, here's my final "solution" (at least, for now).
In my bash build script, prior to configure, I set the C_INCLUDE_PATH
and CPLUS_INCLUDE_PATH to empty strings, and then set some other
environment variables instead:
export C_INCLUDE_PATH=
export CPLUS_INCLUDE_PATH=
2013 Feb 21
4
[LLVMdev] make error building llvm/clang 3.2 on Linux
I'm attempting to build a native build of clang from the 3.2 source
distribution tarballs, but I ran into this build error that's got me
really puzzled. My platform is Linux - 32-bit Ubuntu (12.04) running
on a PC. Here's the (abbreviated) output from make:
***************************************
...
make[3]: Entering directory