[LLVMdev] Compiling llvm and Clang on Linux (original) (raw)
Sitvanit Ruah RUAH at il.ibm.com
Thu Jul 12 06:00:45 PDT 2012
- Previous message: [LLVMdev] Compiling llvm and Clang on Linux
- Next message: [LLVMdev] Compiling llvm and Clang on Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, it is the same error referring to 4.1.2.
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c+ +/4.1.2/i386-redhat-linux/bits/gthr-default.h:114:1: error: weakref declaration must have internal linkage __gthrw(pthread_key_delete)
There are several such errors.
Sitvanit Ruah Formal Verification Group IBM Haifa Research Laboratory Tel: 972-4-828-1249
From: Duncan Sands <baldrick at free.fr> To: llvmdev at cs.uiuc.edu, Date: 12/07/2012 02:57 PM Subject: Re: [LLVMdev] Compiling llvm and Clang on Linux Sent by: llvmdev-bounces at cs.uiuc.edu
Hi,
I ran ../llvm/configure CC=gcc44 CXX=g++44 make
and still got the same error (I checked and CC=gcc44 and CXX=g++44 now in build/Makefile.config)..
is it exactly the same error? The original error referred to gcc-4.1 header files. Does the new error still refer to gcc-4.1 header files, or is it now talking about gcc-4.4 header files?
Ciao, Duncan.
LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
- Previous message: [LLVMdev] Compiling llvm and Clang on Linux
- Next message: [LLVMdev] Compiling llvm and Clang on Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]