<div>Hello,</div>
<div> </div>
<div>I'm trying to re-build llvm-gcc with gcc 4.3.2 on x86 Linux machine and has the following error message during compilation.</div>
<div> </div>
<div>../../llvm-gcc/gcc/llvm-types.cpp: In function avoid writeLLVMTypesStringTable():<br>../../llvm-gcc/gcc/llvm-types.cpp:198: error: no matching function for call to 'llvm::GlobalVariable::GlobalVariable(const llvm::Type*, bool, llvm::GlobalValue::LinkageTypes, llvm::Constant*&, const char [15], llvm::Module*&)'</div>

<div> </div>
<div>These are the options that I used for configuration:</div>
<div> </div>
<div>../llvm-gcc/configure --prefix=`pwd`/../llvm-gcc-install --program-prefix=llvm- --enable-llvm=/home/wonjeon/llvm --enable-languages=c,c++ --disable-threads --disable-nls --disable-shared</div>
<div> </div>
<div>Can anyone help?</div>
<div><br>Regards,</div>
<div>Won</div>
<div> </div>