search for: tp20280697p20445018

Displaying 2 results from an estimated 2 matches for "tp20280697p20445018".

2008 Nov 07
0
[LLVMdev] llvm-gfortran gives errors on AMD64-Ubuntu
Hi, > Here is my configure arguments > $ ../llvm-gcc4.2-2.3.source/configure --prefix=`pwd`/../install > --program-prefix=llvm- \ > --disable-shared --disable-multilib \ > --enable-llvm=/llvm/llvm-obj --enable-languages=c,c++,fortran this looks ok to me. It's essentially the same as what I use. Try with 2.4 (about to be released). I'm not sure I ever tried to build the
2008 Nov 07
3
[LLVMdev] llvm-gfortran gives errors on AMD64-Ubuntu
Hi Duncan, Thanks for your answers. Compiling .s file is OK after adding the -lgfortran -lgfortranbegin. I replace my Ubuntu 8.04 and by Ubuntu 8.10. And I checked all new packages installed by 'apt-get' are amd64 version. However after compiling the llvm-gfortran, I got the same error. Here is my configure arguments $ ../llvm-gcc4.2-2.3.source/configure --prefix=`pwd`/../install