You're right,  thanks.  However,   now I ran into the next problem. 
This seems to be related to the fact that I have a 64-bit machine?<br><br>$ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm --program-prefix=llvm- --enable-llvm=/home/johan/<div id=":8p" class="ArwC7c ckChnd">llvm/obj/llvm --enable-languages=c,c++<br>

...<br>$ gmake<br>...<br>/home/johan/llvm/obj/llvm-gcc/./gcc/xgcc -B/home/johan/llvm/obj/llvm-gcc/./gcc/ -B/home/johan/llvm/x86_64-unknown-linux-gnu/bin/ -B/home/johan/llvm/x86_64-unknown-linux-gnu/lib/ -isystem /home/johan/llvm/x86_64-unknown-linux-gnu/include -isystem /home/johan/llvm/x86_64-unknown-linux-gnu/sys-include
-O2 -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-isystem ./include  -I. -I32 -I../../../src/llvm-gcc/gcc
-I../../../src/llvm-gcc/gcc/32 -I../../../src/llvm-gcc/gcc/../include -I../../../src/llvm-gcc/gcc/../libcpp/include  -I../../../src/llvm-gcc/gcc/../libdecnumber -I../libdecnumber -I/home/johan/llvm/obj/llvm/include -I/home/johan/llvm/src/llvm/include
-m32 -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder 
-fno-omit-frame-pointer -fno-asynchronous-unwind-tables \<br>
      -c ../../../src/llvm-gcc/gcc/crtstuff.c -DCRT_BEGIN \<br>      -o 32/crtbegin.o<br>In file included from /usr/include/features.h:359,<br>                 from /usr/include/stdio.h:28,<br>                 from ../../../src/llvm-gcc/gcc/tsystem.h:90,<br>

                 from ../../../src/llvm-gcc/gcc/crtstuff.c:68:<br>/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory</div><br><br><div class="gmail_quote">On Tue, Nov 18, 2008 at 11:17 AM, Johan Cockx <span dir="ltr"><<a href="mailto:johan.cockx@sikando.com">johan.cockx@sikando.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You're right,  thanks.  However,   now I ran into the next problem.  This seems to be related to the fact that I have a 64-bit machine?<br>
<br>$ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm --program-prefix=llvm- --enable-llvm=/home/johan/llvm/obj/llvm --enable-languages=c,c++<br>
...<br>$ gmake<br>...<br>/home/johan/llvm/obj/llvm-gcc/./gcc/xgcc -B/home/johan/llvm/obj/llvm-gcc/./gcc/ -B/home/johan/llvm/x86_64-unknown-linux-gnu/bin/ -B/home/johan/llvm/x86_64-unknown-linux-gnu/lib/ -isystem /home/johan/llvm/x86_64-unknown-linux-gnu/include -isystem /home/johan/llvm/x86_64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I32 -I../../../src/llvm-gcc/gcc -I../../../src/llvm-gcc/gcc/32 -I../../../src/llvm-gcc/gcc/../include -I../../../src/llvm-gcc/gcc/../libcpp/include  -I../../../src/llvm-gcc/gcc/../libdecnumber -I../libdecnumber -I/home/johan/llvm/obj/llvm/include -I/home/johan/llvm/src/llvm/include -m32 -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder  -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \<br>

      -c ../../../src/llvm-gcc/gcc/crtstuff.c -DCRT_BEGIN \<br>      -o 32/crtbegin.o<br>In file included from /usr/include/features.h:359,<br>                 from /usr/include/stdio.h:28,<br>                 from ../../../src/llvm-gcc/gcc/tsystem.h:90,<br>

                 from ../../../src/llvm-gcc/gcc/crtstuff.c:68:<br>/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory<div><div></div><div class="Wj3C7c"><br><br><br><div class="gmail_quote">On Tue, Nov 18, 2008 at 10:53 AM, Duncan Sands <span dir="ltr"><<a href="mailto:baldrick@free.fr" target="_blank">baldrick@free.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br>
<div><br>
> This is my first attempt to compile llvm-gcc.<br>
> The llvm core compiled without problems.<br>
<br>
</div>you didn't tell it where to find llvm when you configured.<br>
Check out README.LLVM, in particular the --enable-llvm=<br>
option.<br>
<br>
Ciao,<br>
<font color="#888888"><br>
Duncan.<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>