<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Nov 14, 2006, at 10:21 AM, Devang Patel wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Monaco; font-size: 10px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>The linker does not know how to link llvm-byte code.</DIV><DIV>If you add  -c on the command line</DIV><DIV><BR class="khtml-block-placeholder"></DIV>$ llvm-gcc4-1.8-x86-darwin/bin/gcc -v -emit-llvm main.c<DIV><BR class="khtml-block-placeholder"></DIV><DIV>then you will get llvm-byte code in main.o file. You can</DIV><DIV>select the name of byte code file using standard gcc -o switch.</DIV></SPAN></BLOCKQUOTE></DIV><BR><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Shame on me - sorry for wasting the list :-[</DIV><DIV>I think I was confused by the little differences between gcc3 and gcc4 - sorry again.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks </DIV><DIV>Nico</DIV></BODY></HTML>