<br><div class="gmail_quote"><div class="gmail_quote">Hi,<br>  I tried building LLVM with the downloaded sources. I am building it with gcc4.3.<br><br>After getting configured successfully, and running 'make', build fails with the following message:<br>

<br>make[1]: Entering directory `/home/guest/SRC/llvm-2.1/lib/System'<br>
llvm[1]: Compiling DynamicLibrary.cpp for Release build<br>DynamicLibrary.cpp: In static member function âstatic void* llvm::sys::DynamicLibrary::SearchForAddressOfSymbol(const char*)â:<br>DynamicLibrary.cpp:178: error: âstrcmpâ was not declared in this scope<br>


DynamicLibrary.cpp:179: error: âstrcmpâ was not declared in this scope<br>DynamicLibrary.cpp:180: error: âstrcmpâ was not declared in this scope<br>make[1]: *** [/home/guest/SRC/llvm-2.1/lib/System/Release/DynamicLibrary.o] Error 1<br>


make[1]: Leaving directory `/home/guest//SRC/llvm-2.1/lib/System'<br>make: *** [all] Error 1<br><br>Please let me know what may be the wrong here.<br><br>Thanks,<br>bluehive<br><br>PS:<br>$ gcc -v<br>Using built-in specs.<br>


Target: i686-pc-linux-gnu<br>Configured with: ./configure --prefix=/home/guest/gcc4.3.0/install_gcc_4.3.0 --with-mpfr=/home/guest/mpfr/install_mpfr<br>Thread model: posix<br>gcc version 4.3.0 (GCC)<br><br>$uname -a<br>Linux  2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux<br>


</div><br>
</div><br>