search for: skeept

Displaying 5 results from an estimated 5 matches for "skeept".

Did you mean: keept
2013 Jun 25
2
[LLVMdev] Compiling llvm and Clang in solaris 10
On Tue, Jun 25, 2013 at 10:50 AM, Jorge Rodrigues <skeept at gmail.com> wrote: > Is there anything I can do regarding the linker issue? The solaris linker is > in /usr/ccs/bin/ld but I think llvm wants to use the gnu linker. gcc in my > system was compiled with the solaris linker. The current Solaris implementation in ${top}/tools/clang/lib/D...
2013 Jun 24
4
[LLVMdev] Compiling llvm and Clang in solaris 10
On Mon, Jun 24, 2013 at 6:17 PM, Jorge Rodrigues <skeept at gmail.com> wrote: > Norm, > > thanks for the help. Applying the fix solves the issue I mentioned but now I > have more issues. > > I can install clang, but when running I cannot compile and link files. > If I compile with -c flag it works but compiling the following x.c...
2013 Jun 25
0
[LLVMdev] Compiling llvm and Clang in solaris 10
...ris linker is in /usr/ccs/bin/ld but I think llvm wants to use the gnu linker. gcc in my system was compiled with the solaris linker. Thanks, Jorge On Mon, Jun 24, 2013 at 6:18 PM, Stefan Teleman <stefan.teleman at gmail.com>wrote: > On Mon, Jun 24, 2013 at 6:17 PM, Jorge Rodrigues <skeept at gmail.com> wrote: > > Norm, > > > > thanks for the help. Applying the fix solves the issue I mentioned but > now I > > have more issues. > > > > I can install clang, but when running I cannot compile and link files. > > If I compile with -c flag i...
2013 Jun 24
0
[LLVMdev] Compiling llvm and Clang in solaris 10
Norm, thanks for the help. Applying the fix solves the issue I mentioned but now I have more issues. I can install clang, but when running I cannot compile and link files. If I compile with -c flag it works but compiling the following x.c file gives an error: x.c: int main(void) { return 0; } > ./clang x.c /project/helder/scratch/packages2/bin/ld: unrecognized option '-C'
2013 Jun 21
3
[LLVMdev] Compiling llvm and Clang in solaris 10
I run configure in a build folder using CC=gcc CXX=g++ ../configure --prefix=/project/scratch/packages2/clang \ --enable-targets=host --enable-shared The configure runs fine but when I type make I get the error: make[1]: Entering directory `/project/scratch/tmp/llvm-3.3/build/lib/Support' llvm[1]: Compiling APFloat.cpp for Release+Asserts build In file included from