[LLVMdev] Compiling llvm and Clang on Linux
Duncan Sands
baldrick at free.fr
Sun Jul 15 02:28:09 PDT 2012
PS: Do you actually have gcc-4.4 installed and in your path? What do the
commands
gcc44 -v
and
g++44 -v
output?
On 15/07/12 10:59, Duncan Sands wrote:
> Hi Sitvanit,
>
>> I tried
>>
>> CC=gcc44 CXX=g++44 ../llvm/configure
>>
>> and got
>>
>> CC=gcc44: Command not found
>>
>> So the syntax is indeed as wriiten in the help.
>
> actually, no, this just means that you are using a shell that doesn't support
> this syntax. What shell are you using? Try
> export CC=gcc44
> export CXX=g++44
> ../llvm/configure
>
> Ciao, Duncan.
More information about the llvm-dev
mailing list