search for: lbonnet

Displaying 3 results from an estimated 3 matches for "lbonnet".

Did you mean: bonnet
2010 Apr 27
0
[LLVMdev] "clang -v" shows a GCC call
...gt; gcc version 3.4.4 (Red Hat 3.4.4) > collect2 -Bdynamic --dll-search-prefix=cyg -o a.out > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o > -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 > -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. > /cygdrive/c/Users/lbonnet/AppData/Local/Temp/cc-J586JU.o -lgcc -lcygwin > -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc > > > Excuse me if I wrote something stupid or just forgetting something. Just > tell me what's wrong. > > Thanks in advance. > -- > View this message in context: http:/...
2010 Apr 27
3
[LLVMdev] "clang -v" shows a GCC call
Hi everyone, I'm very new to the world of compilation and I've got to spend some time time on LLVM. As I have to produce a cross compiler for a completely new target and I don't want to cross-build the binutils, I choose Clang as a replacement frontend for llvm instead of llvm-gcc. But first, I just would like to compile something on my Linux platform in order to test the software,
2010 Apr 27
6
[LLVMdev] "clang -v" shows a GCC call
...4 (Red Hat 3.4.4) >> collect2 -Bdynamic --dll-search-prefix=cyg -o a.out >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o >> -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 >> -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. >> /cygdrive/c/Users/lbonnet/AppData/Local/Temp/cc-J586JU.o -lgcc -lcygwin >> -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc >> >> >> Excuse me if I wrote something stupid or just forgetting something. Just >> tell me what's wrong. >> >> Thanks in advance. >> -- >>...