certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [certi-dev] Building CERTI on Ubuntu 15.10 (64bit)


From: Eric Noulard
Subject: Re: [certi-dev] Building CERTI on Ubuntu 15.10 (64bit)
Date: Tue, 13 Oct 2015 18:36:43 +0200



2015-10-13 14:58 GMT+02:00 Åsmund Hjulstad <address@hidden>:

Hi,

$ gcc --version
gcc (Ubuntu 5.2.1-22ubuntu1) 5.2.1 20151010

Strange enough on My Debian Strech 64 bits I have:

 $ gcc --version
gcc (Debian 5.2.1-21) 5.2.1 20151003

which compiles CERTI without trouble...

I'll try to seek what's the difference between those 2 ??


$ clang --version
Ubuntu clang version 3.6.2-1 (tags/RELEASE_362/final) (based on LLVM 3.6.2)


Switching to CLANG using 
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang ..

Another way to achieve this is:

CC=clang CXX=clang++ cmake ..



gives a successfull build.

Then you are not blocked.

--
Eric

reply via email to

[Prev in Thread] Current Thread [Next in Thread]